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
I had the login working without any secure store,
When I added the Expo Secure store, I expected the token to be save, and then when I restart the app I would be authenticated straight away. But I could get this to work.
It appears to read the tokens ok, but then getTokensAsync returns a empty token after calling handleSignInAsync.
What is the the correct flow in this case? Or do you hvae an example using the Expo Secure Store?
The text was updated successfully, but these errors were encountered:
kerrpeter
changed the title
Use Expo Secure store, not workings as expected
Use Expo Secure store, not working as expected
Dec 7, 2022
I had the login working without any secure store,
When I added the Expo Secure store, I expected the token to be save, and then when I restart the app I would be authenticated straight away. But I could get this to work.
It appears to read the tokens ok, but then getTokensAsync returns a empty token after calling handleSignInAsync.
What is the the correct flow in this case? Or do you hvae an example using the Expo Secure Store?
The text was updated successfully, but these errors were encountered: