Skip to content

Releases: ueberauth/oauth2

v0.1.1

18 Apr 22:53
Compare
Choose a tag to compare
  • Remove compilation warnings.
  • Fix request_body function for ClientCredentials

v0.1.0

14 Apr 23:00
Compare
Choose a tag to compare

This release bring breaking changes and more documentation. Please see the README or Hex Docs for more details.

Diff: v0.0.5...v0.1.0

Fixes for Facebook

13 Apr 16:46
Compare
Choose a tag to compare
  • Handles Facebooks expires key for Access Tokens.
  • Ensure the token type defaults to 'Bearer' when it is not present.

Diff: 0.0.3...v0.0.5

Relax version requirements for Poison

12 Jan 17:13
Compare
Choose a tag to compare
0.0.3

Version bump to 0.0.3

Password & Client Credentials

10 Jan 17:19
Compare
Choose a tag to compare

Initial Release

17 Dec 07:19
Compare
Choose a tag to compare

This initial release includes a functional authorization code strategy: http://tools.ietf.org/html/draft-ietf-oauth-v2-15#section-4.1