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
On web, using version 0.5.2, the FlutterSecureStorage.oidc.secureTokens.currentToken is removed shortly after refresh. Could it be related to the feature for refreshing tokens on init? I don't have this issue with 0.5.1.
Steps To Reproduce
Log in on web
Verify that currentToken is added to local storage
Refresh
currentToken is now gone
Expected Behavior
CurrentToken should still be there after refresh
The text was updated successfully, but these errors were encountered:
Description
On web, using version 0.5.2, the FlutterSecureStorage.oidc.secureTokens.currentToken is removed shortly after refresh. Could it be related to the feature for refreshing tokens on init? I don't have this issue with 0.5.1.
Steps To Reproduce
Expected Behavior
CurrentToken should still be there after refresh
The text was updated successfully, but these errors were encountered: