github teamhanko/hanko backend/v1.1.0
v1.1: Sessions

latest releases: @teamhanko/hanko-elements@2.3.0, @teamhanko/frontend-sdk@2.3.0, backend/v2.3.0...
14 months ago

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

Don't miss a new hanko release

NewReleases is sending notifications on new releases.