OAuth2 v1.3.0 Release Notes

Release Date: 2016-12-28 // over 7 years ago
    • โž• Add support for header-based authentication to the Client so it can be used across the library (@bjeanes)
    • 0๏ธโƒฃ Default to header-based authentication when getting a token from an authorisation code (@maletor)
    • ๐Ÿ’ฅ Breaking: Allow an auth_scheme (:basic_auth or :request_body) to be set on the client, defaulting to :request_body to maintain backwards compatibility (@maletor, @bjeanes)
    • ๐Ÿ– Handle redirect_uri according to the OAuth 2 spec, so it is passed on redirect and at the point of token exchange (@bjeanes)
    • ๐Ÿ”จ Refactor handling of encoding of error responses (@urkle)
    • Avoid instantiating an Error if there is no error to raise (@urkle)
    • โž• Add support for Faraday 0.10 (@rhymes)