stytchauth / stytch-go

Official Stytch Backend SDK for Go
MIT License
47 stars 10 forks source link

feat: [AUTH-1645] Add additional params to PasswordsSessionReset #145

Closed max-stytch closed 1 year ago

max-stytch commented 1 year ago

Adds additional params to the PasswordsSessionReset method and reruns autogen.

linear[bot] commented 1 year ago
AUTH-1645 Add SessionToken and SessionJWT to `PasswordsSessionResetResponse`

Things to update: Protobuf API - we will need to refresh the Session JWT for them Web-backend Check if we need to add it in account-manager Docs to include the new fields Generate the SDKs to include the fields