uber / rides-ios-sdk

Uber Rides iOS SDK (beta)
https://developer.uber.com/docs
MIT License
374 stars 124 forks source link

Allows for using auth code fallback without priviledged scope #243

Closed ebgraham closed 6 years ago

ebgraham commented 6 years ago

Adds a configuration option to use authorization code fallback rather than implicit, without requiring privileged scope.

This is the iOS implementation of this merged Android pull request: https://github.com/uber/rides-android-sdk/pull/128