Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Encode scope when building authorization URI
When we supply multiple scopes, we end up with a space between the scopes, which isn't a valid URI. To fix this, we can include the scope param in the list of params to encode when building the URI.
- Loading branch information