ueberauth_auth0
ueberauth_auth0 copied to clipboard
Auth0 OAuth2 strategy for Überauth.
Bumps [ueberauth](https://github.com/ueberauth/ueberauth) from 0.7.0 to 0.10.2. Release notes Sourced from ueberauth's releases. v0.10.2 What's Changed Fixed typos in documentation by @ryanzidago in ueberauth/ueberauth#167 Update :csrf_attack to "csrf_attack" by @cassiomarques in...
Bumps [ex_doc](https://github.com/elixir-lang/ex_doc) from 0.28.1 to 0.28.5. Changelog Sourced from ex_doc's changelog. v0.28.5 (2022-08-18) Enhancements Do not preserve spaces from spec declaration in signature rendering Index hyphens in search Index @...
Thank you for the Auth0 strategy! I was pleased to find support for the `organization` parameter in https://github.com/achedeuzot/ueberauth_auth0/pull/191, but it doesn't look like the latest release (2.0.0) includes this change....
Bumps [credo](https://github.com/rrrene/credo) from 1.5.6 to 1.6.6. Changelog Sourced from credo's changelog. 1.6.6 Fix error when analysing single-line modules Fix false positive for Credo.Check.Readability.SpaceAroundOperators Fix false positive for Credo.Check.Warning.UnusedStringOperation Fix bug...
Bumps [excoveralls](https://github.com/parroty/excoveralls) from 0.14.4 to 0.14.6. Release notes Sourced from excoveralls's releases. v0.14.6 Changes Survive coveralls maintenance and outagle (#283). Better handling of coveralls.io errors (ex. 405, 500 status codes)....
When I logout from my application, I can login back to it without going to the Auth0 authentication page. I fixed that by calling Auth0 logout endpoint manually (https://auth0.com/docs/api/authentication#logout). Perhaps...
As described in #185, the invitation parameter needs to be passed to the Auth0 redirect for organization invites. I also added the organization_name, which is an optional parameter.
Bumps [oauth2](https://github.com/scrogson/oauth2) from 2.0.0 to 2.0.1. Release notes Sourced from oauth2's releases. v2.0.1 What's Changed Making request with mixed case headers can mess up request by @clemensm in ueberauth/oauth2#157 Misc...
added "invitation" field to handle_request_call. ------------------- from Auth0 docs ---------------------------- Invite organization members When users are invited to join an Organization, they receive an invitation link by email. If they...
The response from auth0 when authorizing returns both a `token` and an `id_token`. The `id_token` seems to have the same information as the `/userinfo` endpoint, making the extra call unnecessary....