Skip to content

Releases: curveball/a12n-server

v0.12.3

03 Mar 16:37
Compare
Choose a tag to compare
  • Added user links URL to introspect for 'authenticated-as' link

v0.12.1

23 Jan 01:00
Compare
Choose a tag to compare
  • Bug fix. Curveball-session shouldn't have been dev dependency.

v0.12.0

23 Jan 00:27
Compare
Choose a tag to compare
  • Added a /privileges endpoint to easily find out what kind of privileges
    are used in the system.
  • The server now has an admin privilege, which is required to create new
    users or find information about other users.
  • Users that are not yet marked active now show up in the /users
    collection, but still can't log in.
  • The session cookie now uses SameSite: Lax, which means that users will see
    login screens less often.

v0.11.2

30 Dec 16:39
f03b756
Compare
Choose a tag to compare
  • Support for the /.well-known/change-password endpoint, as defined in
    RFC8615.
  • Fixed a bug that could cause the TOTP field to not be rendered, even if it's
    required.
  • Fixed a bug where users weren't getting activated using the "Create user"
    form.

v0.11.1

23 Jan 00:02
8693a05
Compare
Choose a tag to compare
  • Last release broke the OAuth2 authorization endpoint.

v0.11.0

23 Jan 00:02
20fef82
Compare
Choose a tag to compare
  • 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

23 Jan 00:10
0fc9b52
Compare
Choose a tag to compare
  • Fix a small bug in the /introspect endpoint. Successful responses were not
    returning.

v0.10.1

23 Jan 00:10
de56fb7
Compare
Choose a tag to compare
  • Fixed a small CSS layout bug on login.
  • /introspect endpoint now doesn't require login.

v0.10.0

23 Jan 00:10
d33117c
Compare
Choose a tag to compare
  • 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

14 Mar 14:17
Compare
Choose a tag to compare
  • 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.