ueberauth_auth0 v2.0.0 Release Notes

Release Date: 2021-08-14 // over 2 years ago
    • 💥 BREAKING CHANGE: changed error management on wrong OAuth code. Instead of raising a OAuth2.Error, the conn.assigns.ueberauth_failure is set with the following value: elixir %Ueberauth.Failure.Error{ message: "Invalid authorization code", message_key: "invalid_grant" }
    • ⬆️ Bumped dependencies

Previous changes from v1.0.0

    • 💥 BREAKING CHANGE: bump ueberauth to 0.7.0 which provides default CSRF protection. In exchange for this new default protection, the state field is used by ueberauth to store the CSRF token.
    • 📚 Documentation improvements