Scrogson Oauth2 Versions Save

An Elixir OAuth 2.0 Client Library

v0.1.1

9 years ago
  • Remove compilation warnings.
  • Fix request_body function for ClientCredentials

v0.1.0

9 years ago

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

Diff: https://github.com/scrogson/oauth2/compare/v0.0.5...v0.1.0

v0.0.5

9 years ago
  • Handles Facebooks expires key for Access Tokens.
  • Ensure the token type defaults to 'Bearer' when it is not present.

Diff: https://github.com/scrogson/oauth2/compare/0.0.3...v0.0.5

0.0.3

9 years ago

0.0.2

9 years ago

v0.0.1

9 years ago

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