* Session JWT support - All `authenticate` request methods now accept `session_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.
4.12.1
Fixes
* Correct some internal mypy errors.
4.12.0
New Features
* Add support for `locale`
4.11.0
New Features
* Adding support for the soon to be released Crypto Wallet product. See more [here](https://stytch.com/docs/api/crypto-wallet-overview).
4.10.0
New Features - Support sessions for TOTP recovery codes
4.9.0
New Features Magic Link URLs are now optional. If not passed, your default url for that type (login, signup, or invite) will be used.