-
The error is :
`
** (exit) an exception was raised:
(KeyError) key :slack_team not found in: %{ .....
.....
lib/ueberauth/strategy/slack.ex:165: Ueberauth.Strategy.Slack.extra/1
`
I saw you h…
-
## Expected Behavior
During the onboarding process as a user, I should be able to choose Google as an authentication provider and then proceed to use my Google credentials to sign in to the applicati…
-
My config:
```
config :ueberauth, Ueberauth,
providers: [
google: {Ueberauth.Strategy.Google, [default_scope: "emails profile plus.me", approval_prompt: "force", access_type: "offline"]}
…
-
Hey Sơn,
thanks for your project :)
would like to understand how login with hosted page works. Did not get it working in 2h without help. Could you please help me. Would like to pr an updated do…
-
I set up my application similar to the example application.
I can reach the consent screen. However, right after I click "allow", I get an error:
```
%Ueberauth.Failure{errors: [%Ueberauth.Fail…
-
I'm pretty new to Phoenix and Elixir, but on phoenix 1.3.0-rc and elixir 1.5.1 I had to add `{:ueberauth_spotify, "~> 0.0.1", hex: :ueberauth_spotify_oauth}` as specified on hex.pm for this package. D…
-
Hi,
thanks for your guide. Sadly it does not work for clients with "OIDC Conformant" enabled. Disabling this did not help (even after 30 minutes).
Route to /tokeninfo gives 404 which throws erro…
-
Is it intentional that `sign_out` doesn't call revoke on tokens?
-
Hi,
I am implementing Guardian with Auth0 with RS256 signed JWT tokens. I'm able to make it work. But Auth0 is suggesting that they may be using multiple public keys in the (near) future. Is there a …
-
The current redirect URI sent after visiting `/auth/discord` always begins with `http`, but my site is over https so I need it to be `https`. Unfortunately, this causes discord auth to fail because th…