Clerk Auth v5 Complete Guide with Next.js 15 | Routes Protection | Connect Clerk with Databases

Поділитися
Вставка
  • Опубліковано 24 січ 2025

КОМЕНТАРІ •

  • @MolamikeDevs
    @MolamikeDevs 4 місяці тому

    Thanks brother, this video helped me solve a problem that I have been struggled with for days.

  • @shumit
    @shumit Місяць тому

    SUPER !! Thank you so very much !! Beautifully explained !!

  • @codingacumen4536
    @codingacumen4536 Місяць тому

    Thanks a lot brother Really loved this video.

  • @greeneye360k
    @greeneye360k 5 місяців тому

    wow...excellent tutorial sir. thank you

  • @theguywhoasked0.0
    @theguywhoasked0.0 6 днів тому

    Connect Clerk with MongoDB 47:28

  • @josuedavidkennedymamani3576
    @josuedavidkennedymamani3576 2 місяці тому +1

    Very good video, if you don't know how to implement MongoDB Prism and Clerk, I would appreciate it, thank you
    .

  • @ninjagaskin
    @ninjagaskin 6 місяців тому

    Perfect timing with this. Thank you. Is this ready for production? I’m using mongodb as well

  • @aritnath151
    @aritnath151 4 місяці тому

    I have src folder, while making the "profile" folder under app it wont start the server. had to move out of app within src. Is it correct if i'm doing so ?

  • @debarshidas8678
    @debarshidas8678 5 місяців тому

    Great tutorial. BTW, how can we use clerk with next js and a separate express backend for handling auth?

  • @jessekM10
    @jessekM10 4 місяці тому

    Thank you for the good and wonderful tutorial you have given to the world.
    I would like to help me. i hve done as you have been doing in the video, but when i register the user in the application, the user is created in clerk but not on the database, yet the database has been created.
    what could be causing all this?

  • @smartdriver2990
    @smartdriver2990 6 місяців тому

    Nice tutorial

  • @arijitsaha5422
    @arijitsaha5422 6 місяців тому

    why am i getting an empty database with no documents??Someone pls help

  • @JamesLi-w8d
    @JamesLi-w8d 6 місяців тому

    about webhook,svix and ngrok, i still don't understand what is it use for, is it a backend logic?

  • @t.o.b.i.c.a.l.e.bgaming4714
    @t.o.b.i.c.a.l.e.bgaming4714 5 місяців тому

    Thanks bro🎉

  • @skverskk
    @skverskk 6 місяців тому

    Excellent!!!

  • @GamingPaaji
    @GamingPaaji 6 місяців тому

    @ProgrammingwithUmair321 i am trying to put clerk auth registration page behind stripe paywall. If i put /signup as a protected page then they dont get redirected to it and if i dont then anyone can sign up and get access to my project as i want to do payment on stripe > clerk sign up> protected pages.... Any idea how can i do this ?

  • @shreejaybhay4923
    @shreejaybhay4923 6 місяців тому +1

    is this able to be done using javascript in the next js ? please reply sir

    • @ProgrammingwithUmair321
      @ProgrammingwithUmair321  6 місяців тому

      Ya, if you don’t use typescript. You can still configure it in nextjs using js.

  • @gholamrezaaqajade4195
    @gholamrezaaqajade4195 3 місяці тому

    i think prettier delete the parentheses of my return when i generate rafc from:
    import React from 'react'
    export const navbar = () => {
    return (
    navbar
    )
    }
    into this:
    import React from "react";
    export const navbar = () => {
    return navbar;
    };
    can anyone help me please ?

  • @vishalkalita1636
    @vishalkalita1636 5 місяців тому

    do i need to config something about svix, because user object is not getting store in mongo, although there are no errors.
    When I directly access the URL for endpoint of webhook, it shows login in Svix

  • @code-o-matic
    @code-o-matic Місяць тому

    Getting error in Navbar at line number 5
    const {userId} = auth();
    Please help

  • @SolveKing
    @SolveKing 3 місяці тому

    can you explain your plugins for this project to create element like automatically and idk how come the can be referenced automatically like that i can't do that, also your prettier behaviour not deleting the parantheses after return() because it always delete my return's parentheses every my component

    • @SolveKing
      @SolveKing 3 місяці тому

      i just realize react component best practice start with capital, i try navbar not work but Navbar works,

  • @eddiewong6251
    @eddiewong6251 5 місяців тому

    why my mongoDB is not sync the data but the clerk log show success

  • @t.o.b.i.c.a.l.e.bgaming4714
    @t.o.b.i.c.a.l.e.bgaming4714 5 місяців тому

    Hello sir I have been trying to do it, it is not working pls help me.
    It says error verifying webhook: no matching signature found

  • @eves.2825
    @eves.2825 5 місяців тому

    your'e rockstar !

  • @jackson159
    @jackson159 6 місяців тому

    I get 429 when testing it, is that normal?

    • @ProgrammingwithUmair321
      @ProgrammingwithUmair321  6 місяців тому

      Make sure you have followed complete step by step guide mentioned in the video.

  • @weraldopolento7079
    @weraldopolento7079 2 місяці тому

    in webhooks clerk route, i got a error in await clerkClient.users, it said Property users does not exist on type promises. can some one help?

    • @weraldopolento7079
      @weraldopolento7079 2 місяці тому

      I resolve the issue, it's a version problem. my bad I use the latest version

  • @zahid1134
    @zahid1134 5 місяців тому

    Yahi tho cahiye tha 😎😎😎😎

  • @renchandara389
    @renchandara389 6 місяців тому

    Waiting project next js + headless cms🎉🎉

  • @saveriomazza7781
    @saveriomazza7781 4 місяці тому

    top

  • @Superuser-r1y
    @Superuser-r1y 5 місяців тому +1

    Can you please make a tutorial on Authenticating google Or other account using Appwrite Oauth2 sessions.