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
localStorage only keeps string data. By using angular.fromJson & toJson functions, it was possible to convert 'token' object in localStorage and read it back.
Currently it's only storing 'access_token' property in localStorage, store the whole object, so you can use expires on.
The text was updated successfully, but these errors were encountered: