JamesRandall / AngularJS-OAuth2

Package for allowing an AngularJS application to authenticate with an OAuth 2 / Open ID Connect identity provider using the implicit flow.
MIT License
46 stars 42 forks source link

Not able to catch interceptor broadcasts #6

Closed rndthoughts closed 9 years ago

rndthoughts commented 9 years ago

Something seems to be wrong with my broadcast wireups. When the auth server redirects back, the broadcasts are fired before the scope.$on functions are wired up in the directive therefore they don't fire?

JamesRandall commented 9 years ago

Have you got a code sample you can point me at and I'll take a look?

JamesRandall commented 9 years ago

Closing as can't replicate.