Skip to content

v1.1: Sessions

Latest
Compare
Choose a tag to compare
@FlxMgdnz FlxMgdnz released this 17 Oct 09:21
· 3 commits to main since this release
cf5f3f3

release1 1_small

This release introduces server-side sessions as an alternative to the previous approach of just issuing JWTs, and a bunch of smaller improvements and bug fixes.

  • New config options
session:
  server_side:
    enabled: true
    limit: 5
  • Sessions are stored in the DB, the JWT contains the session ID
  • New /sessions endpoint to verify the JWT (instead of retrieving the JWKS and verifying the JWT yourself)
  • Remote session revocation
  • Sessions list in <hanko-profile>

What's Changed

Full Changelog: backend/v1.0.3...backend/v1.1.0