- Fix scope splitting 104
- Add support to hl param in handle_request! 102
- Allow using a function to generate the client secret 101
- Handle
%OAuth2.Response{status_code: 503}
with noerror_description
inget_access_token
99
- Prefer Local Over Global Configuration 95
- Updated docs #69 #70
- Support for birthday #73
- Allow for userinfo endpoint to be configured #75
- Updated plug and ueberauth packages #76
Thanks goes to all the contributes
- Add support for optional login_hint param #61
- Use
json_library
method from Ueberauth config #58 - Allows specifying
{m, f, a}
tuples for things such as Client ID and Client Secret #60 - Allows the newest oauth2 package versions with potential security fixes #68
- Add support for
access_type
per request usingurl
parameter.
- Add support for new params:
access_type
,approval_prompt
,state
. - Fix Elixir warnings.
- Target Elixir 1.3 and greater.
- Fix OAuth bug with 0.6.0 pin.
- Use OpenID endpoint for profile information.
- Update authorize and token URLs.
- Release 0.2.0 to follow Ueberauth.