Power your next app with Clerk + Supabase

Sdílet
Vložit
  • čas přidán 11. 01. 2023
  • This video shows you how to start with Supabase and Clerk using RLS and JWT templates.
    - JWTs
    - Supabase + Clerk
    - Using RLS and custom RLS.
    === Links ====
    Clerk homepage: clerk.dev to get a free account today!
    Clerk Supabase Docs: clerk.dev/docs/nextjs/supabase
  • Věda a technologie

Komentáře • 17

  • @Tommy-x-Ray
    @Tommy-x-Ray Před rokem +9

    Hello, I really enjoyed your video. Would it be possible for you to include the repository link for the source code of this video in the description?

  • @starmorph
    @starmorph Před rokem +1

    Just integrated clerk and going to add supabase as well, thank you James

  • @ilkkaouto
    @ilkkaouto Před 5 měsíci

    Thank you for this great demonstration! One thing that would make this even more accessible and useful is if you could add Chapter navigation.

  • @gauravr4127
    @gauravr4127 Před 4 měsíci

    Thanks for this modest video. I'd love to see more content like this, covering important points. I'm planning t switch from Supabase Auth to Clerk, as Clerk appears much simpler for someone like me, who is still a beginner.

  • @elsaman
    @elsaman Před měsícem

    Thank you, very informative

  • @razdingz
    @razdingz Před 11 měsíci +7

    man u need a new tut for all the recent changes with clerk , like for nooobs

  • @timeforrice
    @timeforrice Před rokem

    Love the video!!

  • @user-sn8no4rb6f
    @user-sn8no4rb6f Před 11 měsíci +1

    hi, I'm using supabase with prisma. When I try to run migration to create policy for users to update their data I get error from prisma
    db error: ERROR: schema "auth" does not exist
    but doing same with supabase webapp works fine. Why does it happen though? Is it ok if this migration will not be present in prisma migrations?

  • @jamesaldridge1128
    @jamesaldridge1128 Před rokem +6

    I currently use Supabase for auth in my nextjs app. I'm not sure I understand the benefit of using clerk alongside it, is it mainly to take advantage of the pre-built components and have support for verification emails?

    • @bluengreen71
      @bluengreen71 Před rokem

      Same question here. I could see maybe more integrations as well??? Like I still haven't seen yet how I authenticate Hasura with a supabase JWT.

    • @itsjakechapman
      @itsjakechapman Před rokem +1

      Just getting started with Supabase myself. Have spent the last few nights digging in and from what I've gathered, you won't be using Clerk alongside Supabase authentication. You'd be using Clerk for 100% of the apps user management. Benefits that I'm gathering is you get an entire UI dashboard for user management, more integrations and more compliance based on your organizations needs. But after watching this video on the extra setup there is to let Clerk talk to Supabase for literally every call to db feels awkward.

    • @JacobKrajewski
      @JacobKrajewski Před 10 měsíci

      ​@@itsjakechapmanmy thoughts exactly. If you've used supabase, it's extremely simple. This setup is adding so much complexity for little relative gain. I am wondering if I can just use Clerk JWT to authenticate a supabase authUser somehow and run the rest of the code with the supabase user once you're logged in with Clerk?

  • @sauravadhikari8645
    @sauravadhikari8645 Před rokem

    I saw your channel and wanted to see what clerk was. Went to the channel info, and found out there is anything explaining clerk.
    Maybe I missed it, if not please make one. Because I saw this in my home page, and I am sure there will be others as well.

  • @vuthyyt9977
    @vuthyyt9977 Před 7 měsíci

    Please guide us how to integrate clerk with mongodb atlas .

  • @nemila4904
    @nemila4904 Před rokem +1

    How do I use it with Prisma?

  • @SUNGWONG5
    @SUNGWONG5 Před 3 měsíci

    hard to do it

  • @IsraelHernandez-fq9dy
    @IsraelHernandez-fq9dy Před 11 měsíci

    anyone got the source code for this ?