angularjs-oauth / oauth-ng

AngularJS directive for the OAuth 2.0 Implicit Flow
http://angularjs-oauth.github.io/oauth-ng/
MIT License
363 stars 156 forks source link

Freezing on session expiration #123

Open zovorap opened 8 years ago

zovorap commented 8 years ago

Version 0.4.8 is causing a freezing on session expiration (checked on Chrome and Firefox) In my application, when session is expired I redirect user to login page - $state.go It causes a freezing and you have to kill app's page. Any other redirection on any other event (authorized, loggedOut, denied etc) seems to be ok. For now downgraded to older version.