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
After creating the app, I'm trying to keep the user logged in until the 'expiresin' reaches the time. Do you guys save the accessToken on a localStorage? how to validate them? btw i'm using the Authorization code flow.
The first idea I've had was to only use a "code" generated in the auth url when I login
The text was updated successfully, but these errors were encountered:
I am calling the refreshacessToken before the token expires. To set the time interval I am using the expire time that we get with the accesstoken while logging in
After creating the app, I'm trying to keep the user logged in until the 'expiresin' reaches the time. Do you guys save the accessToken on a localStorage? how to validate them? btw i'm using the Authorization code flow.
The first idea I've had was to only use a "code" generated in the auth url when I login
The text was updated successfully, but these errors were encountered: