AngularJS-OAuth2
AngularJS-OAuth2 copied to clipboard
Remove dependancy on $routeProvider and add optional 'aud' to parameters
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!