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

Checks the oauthRedirectRoute is not string 'null' before attempting … #13

Closed thisisandrew closed 8 years ago

thisisandrew commented 8 years ago

…redirect

When setting oauthRedirectRoute to null and retrieving it from sessionStorage it is returned as string 'null'. This is tested for in the scenario where it might need to redirect.

JamesRandall commented 8 years ago

Thanks!