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

Поделиться
HTML-код
  • Опубликовано: 30 ноя 2024

Комментарии • 33

  • @MolamikeDevs
    @MolamikeDevs 3 месяца назад

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

  • @josuedavidkennedymamani3576
    @josuedavidkennedymamani3576 21 день назад +1

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

  • @ninjagaskin
    @ninjagaskin 4 месяца назад

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

  • @greeneye360k
    @greeneye360k 3 месяца назад

    wow...excellent tutorial sir. thank you

  • @debarshidas8678
    @debarshidas8678 3 месяца назад

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

  • @jessekM10
    @jessekM10 3 месяца назад

    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?

  • @JamesLi-w8d
    @JamesLi-w8d 4 месяца назад

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

  • @SolveKing
    @SolveKing Месяц назад

    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 Месяц назад

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

  • @aritnath151
    @aritnath151 3 месяца назад

    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 ?

  • @renchandara389
    @renchandara389 4 месяца назад

    Waiting project next js + headless cms🎉🎉

  • @gholamrezaaqajade4195
    @gholamrezaaqajade4195 Месяц назад

    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 ?

  • @skverskk
    @skverskk 4 месяца назад

    Excellent!!!

  • @eves.2825
    @eves.2825 3 месяца назад

    your'e rockstar !

  • @GamingPaaji
    @GamingPaaji 4 месяца назад

    @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 ?

  • @smartdriver2990
    @smartdriver2990 4 месяца назад

    Nice tutorial

  • @t.o.b.i.c.a.l.e.bgaming4714
    @t.o.b.i.c.a.l.e.bgaming4714 4 месяца назад

    Thanks bro🎉

  • @vishalkalita1636
    @vishalkalita1636 3 месяца назад

    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

  • @zahid1134
    @zahid1134 3 месяца назад

    Yahi tho cahiye tha 😎😎😎😎

  • @t.o.b.i.c.a.l.e.bgaming4714
    @t.o.b.i.c.a.l.e.bgaming4714 4 месяца назад

    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

  • @shreejaybhay4923
    @shreejaybhay4923 4 месяца назад

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

    • @ProgrammingwithUmair321
      @ProgrammingwithUmair321  4 месяца назад

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

  • @eddiewong6251
    @eddiewong6251 3 месяца назад

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

  • @arijitsaha5422
    @arijitsaha5422 4 месяца назад

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

  • @jackson159
    @jackson159 4 месяца назад

    I get 429 when testing it, is that normal?

    • @ProgrammingwithUmair321
      @ProgrammingwithUmair321  4 месяца назад

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

  • @saveriomazza7781
    @saveriomazza7781 2 месяца назад

    top

  • @Superuser-r1y
    @Superuser-r1y 4 месяца назад +1

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

  • @weraldopolento7079
    @weraldopolento7079 26 дней назад

    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 26 дней назад

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