New Features
- Session JWT support
- All
authenticate
request methods now acceptsession_jwt
. - There's a new
client.sessions.authenticate_jwt
method for parsing and verifying a session JWT. It will automatically fall back to calling the Stytch API if the JWT can't be verified locally. - The client manages the verification key set internally, but
client.sessions.jwks
can fetch it on-demand.
- All