Stytch

Latest version: v10.1.0

Safety actively analyzes 638452 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 10 of 21

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]`

6.2.0

New features
* Request arguments of `Name` and `SearchQuery` can now be given as simple `dict` objects instead of typed pydantic models. This reflects the behavior of the library prior to 6.0, so should make upgrading to `stytch>=6.2` easier for those currently on `stytch==5.X`. If you are already using typed objects, nothing needs to change in how you use the API methods.

6.1.1

Fixes

* Users Get was not returning the full User object; this has been resolved and `client.users.get` now returns the full User object.

6.1.0

Fixes

* Bugfix for bad definition for response type of OAuth/authenticate. Removed AuthenticationFactor since the returned value can be a mapping from assorted keys that are not consistent.

Upgrade guide

* If you were using 6.0, the only catch is that AuthenticationFactor is now a `Dict[str, Any]` instead of a concrete typed object

Page 10 of 21

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.