OAuth2 v2.2 Release Notes

    • โž• Add capability to abort ongoing authorization with abortAuthorization()
    • Implement embedded auth for OS X 10.10 and newer (thanks @insidegui !)
    • ๐Ÿšš Move autoDismiss param from authorize() into the authConfig struct
    • ๐Ÿ”„ Change openAuthorizeURLInBrowser() to throw instead of returning a Bool (throwing UnableToOpenAuthorizeURL instead of returning false)
    • โž• Add RequestCancelled Error
    • โž• Add OAuth2CodeGrantLinkedIn to deal with LinkedIn
    • โž• Add OAuth2CodeGrantNoTokenType to deal with Instagram, Bitly and all others not returning token_type
    • โž• Add UTF8DecodeError