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
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,10 +34,11 @@
34
34
Integrating Supabase with Clerk gives you the benefits of using a Supabase database while leveraging Clerk's authentication, prebuilt components, and webhooks. To get the most out of Supabase with Clerk, you must implement custom [Row Level Security](https://supabase.com/docs/guides/auth/row-level-security) (RLS) policies.
35
35
36
36
After following [the Clerk + Supabase integration guide](https://clerk.com/docs/integrations/databases/supabase), you will have learned how to:
37
-
- Create RLS policies that restrict access to data based on the user's Clerk ID. This way, users can only access data that belongs to them.
38
-
- Configure Supabase to accept JWTs from Clerk
39
-
- Create a JWT template in Clerk to generate Supabase JWTs
40
-
- Use the Supabase JWTs to authenticate Supabase queries in your Next.js app
37
+
38
+
- Enable the Supabase integration on your Clerk instance
39
+
- Create RLS policies that restrict access to data based on the user's Clerk ID. This way, users can only access data that belongs to them.
40
+
- Configure Clerk as a Supabase third-party auth provider
41
+
- Use Clerk JWTs to authenticate Supabase queries in your Next.js app
41
42
42
43
## Deploy
43
44
@@ -83,4 +84,3 @@ Feel free to create a support thread on our [Discord](https://clerk.com/discord)
83
84
You can discuss ideas, ask questions, and meet others from the community in our [Discord](https://discord.com/invite/b5rXHjAg7A).
84
85
85
86
If you prefer, you can also find support through our [Twitter](https://twitter.com/ClerkDev), or you can [email](mailto:[email protected]) us!
0 commit comments