Skip to content

Commit

Permalink
Revert "Revert "fix docs link""
Browse files Browse the repository at this point in the history
This reverts commit ec642af.
  • Loading branch information
nicktrn committed Sep 16, 2024
1 parent ec642af commit 698b244
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ Add a new column called `name` with the type `text`. <Icon icon="circle-2" iconT

<Step title="Configure JWT settings">

By default, Supabase edge functions require a JSON Web Token [JWT](<(https://supabase.com/docs/guides/auth/jwts)>) in the authorization header. This is to ensure that only authorized users can access your edge functions.
By default, Supabase edge functions require a JSON Web Token [JWT](https://supabase.com/docs/guides/auth/jwts) in the authorization header. This is to ensure that only authorized users can access your edge functions.

In your Supabase project dashboard, click 'Project settings' <Icon icon="circle-1" iconType="solid" size={20} color="A8FF53" />, then the 'API' tab <Icon icon="circle-2" iconType="solid" size={20} color="A8FF53" />, and copy the `anon` `public` API key from the table <Icon icon="circle-3" iconType="solid" size={20} color="A8FF53" />.

Expand Down

0 comments on commit 698b244

Please sign in to comment.