You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Supabase `publishablekey`, used to verify and decode the JWT. Can bypass the Supabase API gateway and interact with your Supabase database applying RLS Policies.
In `v1.x.x` and earlier, this was referring to the `anonkey`. 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 `anonkey`. With the introduction of JWT signing keys, Supabase now needs a "publishable key" to decode the JWT and let you interact with your database.
0 commit comments