coinbase / coinbase-ios-sdk

Integrate bitcoin into your iOS application with Coinbase
https://www.coinbase.com/
Apache License 2.0
171 stars 66 forks source link

URL Encode query parameters in OAuth login url #1

Closed mickeyreiss closed 9 years ago

mickeyreiss commented 9 years ago

Certain characters that are not URL safe, such as '+', ':' and '/' were being appended to the URL string without being escpaed, leading to invalid URLs for certain inputs (e.g. redirect_uri formatted as absolute URLs).

isaacwaller commented 9 years ago

Thanks.