AngularJS-OAuth2
AngularJS-OAuth2 copied to clipboard
Auto Renew Token
Great work and exactly what I was looking for. Here are few issues that I'm observing and need some help.
- The library requires that Silent redirect URL is different from the redirecct url. However, my Authorization server allows one redirect url which I've set to http://localhost. I modified the local version and changed the getAuthorizationURL method to always include the redirect url even for iframe.
- I see that the token is renewed only once after which the timer doesn't work.
For testing purpose, I had set the Token Expiration in the Auth server to 10 min.
Appreciate everything you have done.