Skip to content

Releases: meili-NG/meiliNG.js

v0.4.12

19 Dec 10:14
Compare
Choose a tag to compare
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 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.

Ver. 0.4.11

17 Dec 15:00
Compare
Choose a tag to compare
Ver. 0.4.11 Pre-release
Pre-release

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

12 Dec 02:24
Compare
Choose a tag to compare
Ver. 0.4.10 Pre-release
Pre-release

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

12 Dec 02:06
Compare
Choose a tag to compare
Ver. 0.4.9 Pre-release
Pre-release

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

21 Nov 10:28
Compare
Choose a tag to compare
Ver. 0.4.8 Pre-release
Pre-release

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

21 Nov 10:01
Compare
Choose a tag to compare
Ver. 0.4.7 Pre-release
Pre-release

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

21 Nov 09:52
Compare
Choose a tag to compare
Ver. 0.4.6 Pre-release
Pre-release

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

21 Nov 09:36
Compare
Choose a tag to compare
Ver. 0.4.5 Pre-release
Pre-release

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

20 Nov 07:05
Compare
Choose a tag to compare
Ver. 0.4.4 Pre-release
Pre-release

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.

Ver. 0.4.3

19 Nov 14:59
f3ee990
Compare
Choose a tag to compare
Ver. 0.4.3 Pre-release
Pre-release

Version 0.4.3

Welcome to Meiling Gatekeeper,
An easy-to-use, open-source oAuth2 Authentication Provider, which is fully-customizable to meet your own needs!

ChangeLog

  • Added OpenID Provider Configuration Metadata endpoints support (#20) by @RutsuKun