fix docs link

This commit is contained in:
nicktrn
2024-09-16 14:11:10 +01:00
parent ef7e3d9d70
commit a7508f5d55
@@ -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" />.