mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-25 08:31:37 -05:00
docs: corrected github user email scope name (#3099)
* docs: corrected github user email scope name * docs: cubic dev suggestion
This commit is contained in:
@@ -10,7 +10,7 @@ description: GitHub provider setup and usage.
|
||||
|
||||
Make sure to set the redirect URL to `http://localhost:3000/api/auth/callback/github` for local development. For production, you should set it to the URL of your application. If you change the base path of the auth routes, you should update the redirect URL accordingly.
|
||||
|
||||
Important: You MUST include the user.email scope in your Github app. See details below.
|
||||
Important: You MUST include the user:email scope in your GitHub app. See details below.
|
||||
</Step>
|
||||
|
||||
<Step>
|
||||
|
||||
Reference in New Issue
Block a user