Skip to content

v0.28.0

Compare
Choose a tag to compare
@evert evert released this 08 Jan 19:08
· 11 commits to main since this release
250dba2
  • #563: Users can now enter a code sent to them by email as a one-time-password. This feature has been added to the authorizion_challege / first party auth API but is not yet exposed to the admin interface.
  • Refactored and centralized abstract cache system, supporting redis/valkey and memory stores.
  • Email identities can now be verified in the admin UI and via the API.
  • Allow authorization_challenge to be preselected in 'new client'
  • Add button in admin UI to enable/disable MFA for a specific email identity.
  • Dropped support for Node 16, which is EOL.