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

Uses encodeURIComponent() to encode url parts. #14

Closed harlandpaul closed 8 years ago

harlandpaul commented 8 years ago

encodeURIComponent encodes -- , / ? : @ & = + $ # -- characters.

JamesRandall commented 8 years ago

Good spot, thanks!