Releases: curveball/a12n-server
Releases · curveball/a12n-server
v0.19.6
v0.19.4
v0.19.3
v0.19.2
v0.19.1
v0.19.0
- Redesigned home page.
- A drastically smaller Docker image. The uncompressed image size dropped from
1.2G to 267M due to the use of multi-stage builds. - Apps now appear in
/app
and no longer in/user
. - Groups now appear in
/group
and no longer in/user
. - HAL forms for adding and removing members to groups.
- Renamed 'users' to 'principals' in many places in the source, including
database tables. - Clean up line endings from
JWT_PRIVATE_KEY
if they are not in the expected
format. This will make it work better with at least AWS Secure Parameter
Store / ECS / Lambda. - First steps to integrating json-schema in a12nserver.
v0.18.3
v0.18.2
v0.18.1
v0.18.0
- Added UIs for editing user information. (@mihok)
- Added preliminary support for JWT bearer tokens (draft-ietf-oauth-access-token-jwt-12).
- Added a new markdown-based home document, which will be a bit more user-
friendly for non-devs. - Added UI for setting privileges. (@mihok)
- All secret tokens are now URL-safe and generated non-blocking.
- Throw a 404 when trying to access the 'active sessions' page for a
group-principal.