mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-06 12:27:44 +00:00
docs(options): fix redirectURI casing in socialProviders examples (#5156)
This commit is contained in:
@@ -220,12 +220,12 @@ export const auth = betterAuth({
|
||||
google: {
|
||||
clientId: "your-client-id",
|
||||
clientSecret: "your-client-secret",
|
||||
redirectUri: "https://example.com/api/auth/callback/google"
|
||||
redirectURI: "https://example.com/api/auth/callback/google"
|
||||
},
|
||||
github: {
|
||||
clientId: "your-client-id",
|
||||
clientSecret: "your-client-secret",
|
||||
redirectUri: "https://example.com/api/auth/callback/github"
|
||||
redirectURI: "https://example.com/api/auth/callback/github"
|
||||
}
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user