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
nice work on this library BTW, its working like a charm!
My only issue is tokens time out after about 24 hours; so rather than the app becoming unresponsive I'd like to setup a timer that if the user leaves their browser open the UI automatically redirects to the login page when the token expires. To do this I just need a public method to expose the expires_at property thats stored in the local / session storage
The text was updated successfully, but these errors were encountered:
jstrachan
added a commit
to jstrachan/angular2-oauth2
that referenced
this issue
Feb 1, 2017
nice work on this library BTW, its working like a charm!
My only issue is tokens time out after about 24 hours; so rather than the app becoming unresponsive I'd like to setup a timer that if the user leaves their browser open the UI automatically redirects to the login page when the token expires. To do this I just need a public method to expose the
expires_at
property thats stored in the local / session storageThe text was updated successfully, but these errors were encountered: