Changelog
0.10.2 - 2022-08-11
0.10.1 - 2022-07-05
- Fix callback URL not mounted right when router has nested paths #166
0.10.0 - 2022-06-16
- Add
state_param_cookie_same_site
to strategy options to support different SameSite values #148
v0.9.0 - 2022-04-27
- Prefer
x-forwarded-host
to construct callback_url #161
v0.8.0 - 2021-08-19
- Add support for custom URL schemes #144
v0.7.0 - 2020-04-17
- Add support for CSRF #136
- Improve documentation #137
v0.6.3 - 2020-03-05
- Dynamic providers
- Birthday part of info struct
v0.6.2 - 2019-09-11
- Fixed Ueberauth request not respecting Script Name #97
v0.6.1 - 2019-03-14
- Fix versioning for
plug
dependency
v0.4.0 - 2016-09-21
- Target Elixir 1.3 and above
- Fix Elixir 1.4 warnings
- Fix bug preventing multiple providers
v0.3.0 - 2016-07-19
- Allow
:redirect_url
to be configured - Handle requests with or without trailing slash
v0.2.1 - 2015-12-23
- Add the ability to select which providers to use on a per-plug basis
v0.2.0 - 2015-11-28
- Remove the Ueberauth.plug function in favour of making Ueberauth a plug
v0.1.0 - 2015-11-15