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

Remove dependancy on $routeProvider and add optional 'aud' to parameters #47

Open trevhud opened 7 years ago

trevhud commented 7 years ago

We use uiRouter in our project so I removed the dependency on $routeProvider. You may choose to include or not include it. We also had a need for an "aud" parameter, also optional. See if you think this might be of value. Thanks!