* fix: rewrite relative URLs when syncing to GitHub discussion Relative URLs back to supabse.com won't work in GitHub discussions, so rewrite them back to absolute URLs starting with https://supabase.com * fix: replace all supabase urls with relative urls * chore: add linting for relative urls * chore: bump linter version * Prettier --------- Co-authored-by: Chris Chinchilla <chris.ward@supabase.io>
7 lines
449 B
Plaintext
7 lines
449 B
Plaintext
- Go to your [Supabase Project Dashboard](/dashboard)
|
|
- In the left sidebar, click the `Authentication` icon (near the top)
|
|
- Click on [`Providers`](/dashboard/project/_/auth/providers) under the Configuration section
|
|
- Click on **{{ .provider }}** from the accordion list to expand and turn **{{ .provider }} Enabled** to ON
|
|
- Enter your **{{ .provider }} Client ID** and **{{ .provider }} Client Secret** saved in the previous step
|
|
- Click `Save`
|