* Added new fields to the `StrengthCheckResponse` as part of introducing alternate configurable password strength policies. If you would like to update your password strength policy, please reach out to support
6.3.1
New features * [minor] Added a convenience property for `oauth.authenticate` to get directly to the inner `StytchSession` if it exists
6.3.0
New Features
* Adds `signup_template_id` and `login_template_id` parameters to: * Magic link send * Magic link login or create * One-time passcodes send via email * One-time passcodes login or create via email * Adds `invite_template_id` to magic link invite * Adds `reset_password_template_id` to reset password start
6.2.2
New features * Added missing `token` field from `magic_links.create` response object
6.2.1
New features * Add missing fields from sessions/authenticate response * sessions/authenticate now includes `session_jwt: str`, `session_token: str`, and `user: Optional[User]`