ueberauth_auth0 v2.0.0 Release Notes
Release Date: 2021-08-14 // over 3 years ago-
- 💥 BREAKING CHANGE: changed error management on wrong OAuth code.
Instead of raising a
OAuth2.Error
, theconn.assigns.ueberauth_failure
is set with the following value:elixir %Ueberauth.Failure.Error{ message: "Invalid authorization code", message_key: "invalid_grant" }
- ⬆️ Bumped dependencies
- 💥 BREAKING CHANGE: changed error management on wrong OAuth code.
Instead of raising a
Previous changes from v1.0.0
-
- 💥 BREAKING CHANGE: bump
ueberauth
to0.7.0
which provides default CSRF protection. In exchange for this new default protection, thestate
field is used byueberauth
to store the CSRF token. - 📚 Documentation improvements
- 💥 BREAKING CHANGE: bump