Skip to content

v0.4.12

Pre-release
Pre-release
Compare
Choose a tag to compare
@Alex4386 Alex4386 released this 19 Dec 10:14
· 283 commits to main since this 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 with metadata
    • /v1/admin/users/:userId/phones (POST) - add new phone number!
    • /v1/admin/users/:userId/phones/:phoneId (PUT) - update existing phone number and its metadata isPrimary.
    • /v1/admin/users/:userId/emails (POST) - add new email!
    • /v1/admin/users/:userId/emails/:emailId (PUT) - update existing phone number and its metadata isPrimary and isVerified.