Releases: curveball/a12n-server
Releases · curveball/a12n-server
v0.15.3
v0.15.2
v0.15.1
v0.15.0
- Added a 'first run' interface. If no users exist in the system at all,
a12nserver will now drop you in a 'create admin user' interface, making the
initial setup a LOT simpler. - Updated the 'create oauth2 credentials' form to be more userfriendly.
- Fixed OAuth2 error responses.
- Added APIs for replacing the member list of a group (
PUT
). - Added API for adding a member to a group (
POST
). - Improved some of the installation instructions.
- Added a link from the users page back to the users list.
v0.14.4
v0.14.3
v0.14.2
v0.14.1
v0.14.0
- Now requires Node 14, due to the use of
fs/promises
. - The 'logout' feature will now expire any OAuth2 codes and tokens if they
were initiated by the current browser session. - The 'logout' endpoint now has support for a
continue
query parameter, to
let the user get redirected back to a new endpoint after logout. - Now using an 'ip to country' database to figure out where users are logging
in from, to aid with intrusion detection features if these ever land. - A new system that will warn the user and prevent starting if some of the
database patches have not been applied. - New database patches! Apply them before starting the new version.