Skip to content

Commit 900aec5

Browse files
committed
up
1 parent 937e30f commit 900aec5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/1.getting-started/1.introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Default: `process.env.SUPABASE_KEY`
6464
Supabase `publishable key`, used to verify and decode the JWT. Can bypass the Supabase API gateway and interact with your Supabase database applying RLS Policies.
6565
6666
::note{to="https://supabase.com/blog/jwt-signing-keys"}
67-
In `v1.x.x` and earlier, this was referring to the `anon key`. With the introduction of JWT signing keys, Supabase now needs a "publishable key" to interact with your database and take advantage of Raw Level Security.
67+
In `v1.x.x` and earlier, this was referring to the `anon key`. With the introduction of JWT signing keys, Supabase now needs a "publishable key" to decode the JWT and let you interact with your database.
6868
::
6969
7070
### `secretKey`

0 commit comments

Comments
 (0)