Releases: curveball/a12n-server
Releases · curveball/a12n-server
v0.10.2
- Fix a small bug in the
/introspect
endpoint. Successful responses were not
returning.
v0.10.1
- Fixed a small CSS layout bug on login.
- /introspect endpoint now doesn't require login.
v0.10.0
- Added a 'lost password' feature that uses email for validating using
accounts.
- The audit log now tracks the 'User agent'.
- Better autocomplete hints on the login and registration form for password
managers.
0.4.1
refresh_token
can now be used without a client secret.
authorization_code
no longer requires a client secret.
authorization_code
grant now returns a refresh token.
- The token endpoint now returns cors headers.
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.