Releases: curveball/a12n-server
Releases · curveball/a12n-server
v0.11.1
v0.11.0
- Support for a new user type: 'group'. Groups can contain users and will in a
future release allow roles to be created with privileges that can be applied
to entire groups. - TOTP can now be set to 'required', 'optional' and 'disabled' via a server-
wide flag. - OAuth2 access, refresh and authorization code expiry times are now
configurable. - Better design for notifications vs. error messages.
- It's now possible for an admin to create new users via an API or form.
- It's now possible to authenticate with the a12nserver via a Bearer token,
allowing clients to directly call a12nserver APIs. - The OAuth2 login flow now also shows the lost password and registration
links, if they were enabled.
v0.10.2
v0.10.1
v0.10.0
0.4.1
0.4.0
- Default port is
8531
. - Added a 'Getting started' guide.
- Added all database schemas to set up a new server.
- The
password
grant type is now supported. - Refreshing tokens now works.
- The
allowed_grant_types
is now actively enforced for every client. - Returning correct OAuth2 error responses for more internal errors.