v0.4.12
Pre-release
Pre-release
Version 0.4.12
Thanks for choosing Meiling Gatekeeper,
An easy-to-use, open-source oAuth2 Authentication Provider, which is fully-customizable to meet your own needs!
ChangeLog
- Fixed sanitized
metadata
was unable to generate due to code bug - Implemented proper CRUD operations for admin endpoints for user data manipulation
Implemented following:/v1/admin/users/:userId/
(PUT) - you can now update:birthday
,name
,familyName
,middleName
,givenName
withmetadata
/v1/admin/users/:userId/phones
(POST) - add new phone number!/v1/admin/users/:userId/phones/:phoneId
(PUT) - update existing phone number and its metadataisPrimary
./v1/admin/users/:userId/emails
(POST) - add new email!/v1/admin/users/:userId/emails/:emailId
(PUT) - update existing phone number and its metadataisPrimary
andisVerified
.