uber / uber-ios-sdk

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

Authentication Refactor Review #202

Closed edjiang closed 6 years ago

edjiang commented 6 years ago

In this latest batch of work, we move authentication code into the new UberCore module as well as refactoring the code to provide for some enhancements. This is to accomplish the following goals:

More details are available in the specific PRs addressing the issues.

See the full changeset

I've split this out into 8 different pull requests, all to be merged into separate-out-authentication-develop, which should result in the same code as the full separate-out-authentication branch. Independently, they will fail tests but the whole should pass. These should simplify the review of the changed code.