You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor platform specific auth initialization by @jan-tennert in #1100
Add session failsafe and option to require a session for requests by @jan-tennert in #1071
When trying to make a request with an expired access token, the client will try to force-refresh the session
There is a new option for all plugins to require the user to be authenticated to make requests with that plugin (instead of falling back to the api key as the access token). Note that some methods ignore this option.
Add onError parameter to handleDeeplink methods by @jan-tennert in #1136
This is meant to handle exceptions happening when verifying the PKCE code contained in the deeplink
Handle secure email changes in Auth#verify by @jan-tennert in #1130 Auth#verifyEmailOtp() will now return an OtpVerifyResult, depending on if the response contains a session.