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
Currently the access_token which is stored in cookies is only available to the current session, if someone closes the tab and opens again, it is no more there. Need to make it long lived such that until unless someone logs out, it is there.
The text was updated successfully, but these errors were encountered:
Description
Currently the access_token which is stored in cookies is only available to the current session, if someone closes the tab and opens again, it is no more there. Need to make it long lived such that until unless someone logs out, it is there.
The text was updated successfully, but these errors were encountered: