Changelog
(Unreleased)
v0.10.1
v0.10.0 - 2020-10-20
Enhancement
- 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
v0.9.0 - 2019-08-21
Enhancement
- Add support for optional login_hint param #61
- Use
json_librarymethod 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
v0.6.0 - 2017-07-18
- Add support for
access_typeper request usingurlparameter.
v0.5.0 - 2016-12-27
- Add support for new params:
access_type,approval_prompt,state. - Fix Elixir warnings.
v0.4.0 - 2016-09-21
- Target Elixir 1.3 and greater.
- Fix OAuth bug with 0.6.0 pin.
v0.3.0 - 2016-08-15
- Use OpenID endpoint for profile information.
- Update authorize and token URLs.
v0.2.0 - 2016-12-10
- Release 0.2.0 to follow Ueberauth.