Skip to content

Commit 776e44f

Browse files
docs: Small github social auth changes (supabase#40296)
Tiny github social auth changes
1 parent ece0275 commit 776e44f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/docs/content/_partials/social_provider_setup.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ The next step requires a callback URL, which looks like this: `https://<project-
22

33
- Go to your [Supabase Project Dashboard](/dashboard)
44
- Click on the `Authentication` icon in the left sidebar
5-
- Click on [`Providers`](/dashboard/project/_/auth/providers) under the Configuration section
5+
- Click on [`Sign In / Providers`](/dashboard/project/_/auth/providers) under the Configuration section
66
- Click on **{{ .provider }}** from the accordion list to expand and you'll find your **Callback URL**, you can click `Copy` to copy it to the clipboard
77

88
<Admonition type="note">

apps/docs/content/guides/auth/social-login/auth-github.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ To enable GitHub Auth for your project, you need to set up a GitHub OAuth applic
1010

1111
Setting up GitHub logins for your application consists of 3 parts:
1212

13-
- Create and configure a GitHub OAuth App on [GitHub](https://github.com)
13+
- Create and configure a GitHub OAuth App on [GitHub](https://github.com/settings/applications/new)
1414
- Add your GitHub OAuth keys to your [Supabase Project](/dashboard)
1515
- Add the login code to your [Supabase JS Client App](https://github.com/supabase/supabase-js)
1616

0 commit comments

Comments
 (0)