New Features
- The API has support for IdP and Stytch sessions at the same time from the OAuthAuthenticate endpoint. The IdP session is always returned, and a Stytch session can be requested by including a
session_duration_minutes
field.
Breaking Changes
- The
SessionManagementType
field has been removed from the OAuthAuthenticateParams method. - The
Session
field inOAuthAuthenticateResponse
has been replaced by the standard Stytch session. TheIDP
field within the oldSession
has been moved into theProviderValues
Fixes
- n/a
Upgrade Guide
- See breaking changes