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
It's not directly part of this library, at the moment, but yes you can and should save the access token (and ideally a refresh token) for later re-use.
I am using a mobile right now so I can't easily give an example but here's a link to an implementation:
It should be possible to generalise this I guess, although I imagine there are many different ways in which people will want to store tokens depending on the use case.
Hi guys, is there a way to cache the access token, so that It does not need to get it on every request?
The text was updated successfully, but these errors were encountered: