OAuth2 v3.0.0 Release Notes

    • Rewrite in Swift 3
    • 🆕 New DataLoader, meaning you don't have to do authorization yourself (and helps with Alamofire use)
    • Broad API redesign, you should now use authorize(params:callback:) if you still authorize manually
    • All errors returned by OAuth2 are now OAuth2Error types
    • ➕ Add Package.swift for the Swift package manager
    • Expose keychainAccessGroup (keychain_access_group in settings; thanks @damienrambout !)
    • Some new errors (like .forbidden and .missingState)