New Features Add support for PKCE to OAuth and Email Magic Link flows.
5.3.0
New Features
* A client can now be created with a custom URL base as the `env` value to allow use within Stytch's internal development environments. If your app runs on Stytch's production environments (Live or Test) using `'live'` or `'test'`, the correct base URL is already set for you, and you shouldn't need to use this feature.
5.2.1
Fixes
* When determining the session's expiration time from a JWT, prefer the session's `expires_at` value over the "exp" claim.
5.2.0
New Features
* `client.sessions.authenticate_jwt` now does remote verification in response to any JWT error.
5.1.1
Updates to setup.py
5.1.0
New Features
* add new methods `search` and `search_all` to `users`. `search` wraps the [Search User endpoint](https://stytch.com/docs/api/search-users) and `search_all` is a helper method which creates a generator to iterate through a paginated search query.