All Versions
10
Latest Version
Avg Release Cycle
170 days
Latest Release
986 days ago

Changelog History

  • v2.0.0 Changes

    August 14, 2021
    • πŸ’₯ 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
  • v1.0.0 Changes

    July 10, 2020
    • πŸ’₯ 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
  • v0.8.1 Changes

    August 18, 2020
  • v0.8.0 Changes

    August 18, 2020
    • πŸ’₯ BREAKING CHANGE: the %Extra{} field now copies the full raw auth0 user into %Extra{raw_info: %{user: auth0_user}} instead of selected fields. This allows better usage with custom auth0 fields and other end-user customizations. (see PR #136)
    • The %Extra{} field now also contains the raw auth0 token (if you ever need it) under :token in the raw_info map. This better follows other ueberauth strategies and can be useful in some cases.
    • ⬆️ Bump dependencies
  • v0.7.0 Changes

    July 30, 2020
    • πŸ”„ Changes in the accepted params that can be given to the :request endpoint: audience, state, connection and scope. Corresponding default values have been added to the configuration options.
    • πŸ‘Œ Improved error message on missing configuration.
  • v0.6.0 Changes

    July 27, 2020
    • βž• Adds %Extra{} data with all fields from /userinfo mapped.
    • πŸ’₯ BREAKING CHANGE: locale data is now stored in the %Extra{} field instead of the %Info{location: ...} field
    • ⬆️ Bumped dependencies (earmark)
  • v0.5.0 Changes

    July 24, 2020
    • ⬇️ Drops support for Elixir 1.4, 1.5 and 1.6
    • βž• Adds integration tests suite
    • ⚑️ deps update
  • v0.4.0 Changes

    October 05, 2019
    • ⚑️ Massive deps update, mainly oauth2.
  • v0.3.0 Changes

    September 17, 2017

    ⚑️ Thanks @sobolevn for updating the followings:

    • πŸ”„ Changed the uid_field to sub to match with the return from Auth0.
    • 0️⃣ Included profile scope by default.
  • v0.2.0 Changes

    May 15, 2017
    • πŸŽ‰ Initial semantic release