P2 OAuth2 Versions Save

OAuth2 framework for macOS and iOS, written in Swift.

5.2.0

4 years ago

5.1.0

4 years ago

4.0.1

6 years ago
  • Improved error handling
  • Make updateFromKeychainItems open

4.0.0

6 years ago

Now uses Swift 4.0 and requires Xcode 9.0, thanks to @paulw11 !

3.0.3

7 years ago
  • Implement custom authorization UIs for password grants (thanks @amaurydavid !)
  • Allow more UI customization via authConfig.UI and making OAuth2Authorizer friendlier to subclassing
  • Optionally allow DataLoader to follow 302 redirects automatically (on same host)
  • Fix a bug with data loader not using refresh tokens (#184)

3.0.2

7 years ago
  • Move secretInBody and customParameters from authConfig to clientConfig, where they belong
  • Allow to override default UTF-8 encoding of the Basic authorization header
  • Improvements to embedded authorization
  • Remove onAuthorize and onFailure callbacks, which have been deprecated with 3.0 (now handled in the callback to authorize())

3.0.1

7 years ago
  • Add Azure flow (thanks @everlof)
  • Add keychain_account_* settings (thanks @aidzz)
  • Workaround for Safari issue (thanks @everlof)

3.0.0

7 years ago

2.2.9

7 years ago

2.3.0

7 years ago