We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 384b71f commit 931c90eCopy full SHA for 931c90e
1 file changed
lib/ueberauth/strategy/github/oauth.ex
@@ -22,7 +22,7 @@ defmodule Ueberauth.Strategy.Github.OAuth do
22
23
Optionally include any OAuth2 options here to be merged with the defaults.
24
25
- Ueberauth.Strategy.Github.OAuth.client(redirect_url: "http://localhost:4000/auth/github/callback")
+ Ueberauth.Strategy.Github.OAuth.client(redirect_uri: "http://localhost:4000/auth/github/callback")
26
27
This will be setup automatically for you in `Ueberauth.Strategy.Github`.
28
These options are only useful for usage outside the normal callback phase of Ueberauth.
0 commit comments