Where to store access token?

Hi Everyone,

I’m trying to work on authentication process, and I’m stuck as where to store the token for web platform using expo SDK.
I see few similar questions on this topic but none answered…

Is there any way to access session storage without ejecting the app or is there a work around to implement ‘stay logged in’ feature for web clients?

Please enlighten.
Thanks!

Did you figure this out? We have the same issue.

Hi Ian,

I ended up using Async storage.
I believe this is not really a secure way but since my app is only used throughout our employees, it really won’t matter much I guess…
For my next project, I’m thinking that I’ll have to use Secure store for mobile platforms and cookies and sessions for web platform by using platform specific codes.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.