Releases: meili-NG/meiliNG.js
v0.4.12
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
.
Ver. 0.4.11
Version 0.4.11
Welcome to Meiling Gatekeeper,
An easy-to-use, open-source oAuth2 Authentication Provider, which is fully-customizable to meet your own needs!
ChangeLog
- Added
metadata
for User (for storing extra data for user)
Ver. 0.4.10
Version 0.4.10
Welcome to Meiling Gatekeeper,
An easy-to-use, open-source oAuth2 Authentication Provider, which is fully-customizable to meet your own needs!
ChangeLog
- Fixed
/v1/admin/internal/export
is returning blank object
Ver. 0.4.9
Version 0.4.9
Welcome to Meiling Gatekeeper,
An easy-to-use, open-source oAuth2 Authentication Provider, which is fully-customizable to meet your own needs!
ChangeLog
- Added experimental
/v1/admin/internal/export
endpoint.
Ver. 0.4.8
Version 0.4.8
Welcome to Meiling Gatekeeper,
An easy-to-use, open-source oAuth2 Authentication Provider, which is fully-customizable to meet your own needs!
ChangeLog
- Fixed Base64URL is not verified correctly
Ver. 0.4.7
Version 0.4.7
Welcome to Meiling Gatekeeper,
An easy-to-use, open-source oAuth2 Authentication Provider, which is fully-customizable to meet your own needs!
ChangeLog
- Fixed Userinfo endpoint not returning blank string when middleName is null.
(This is a breaking-change. Be warned.)
Ver. 0.4.6
Version 0.4.6
Welcome to Meiling Gatekeeper,
An easy-to-use, open-source oAuth2 Authentication Provider, which is fully-customizable to meet your own needs!
ChangeLog
- Fixed OpenID Configuration endpoint returns invalid
token_endpoint
Ver. 0.4.5
Version 0.4.5
Welcome to Meiling Gatekeeper,
An easy-to-use, open-source oAuth2 Authentication Provider, which is fully-customizable to meet your own needs!
ChangeLog
- Updated docs that now represent new config system.
- added missing required hostname config on .env.example
- Fixed OpenID Configuration endpoint returns double slash paths
Ver. 0.4.4
Version 0.4.4
Welcome to Meiling Gatekeeper,
An easy-to-use, open-source oAuth2 Authentication Provider, which is fully-customizable to meet your own needs!
ChangeLog
- Fixed a bug OpenID Provider Configuration Metadata endpoints doesn't return configurable device code endpoint.
- Now Stella IT Accounts automatically updates to main branch build on every releases.