Authentication and user management in 5 minutes

Sdílet
Vložit
  • čas přidán 12. 12. 2022
  • This video shows you how to get started with complete user management from Clerk.
    Get started with Clerk: clerk.dev
    Follow us on social media: / clerkdev
  • Věda a technologie

Komentáře • 36

  • @EdwardZaii
    @EdwardZaii Před rokem +31

    I come here because of Theo hahaha. very intuitive auth suites indeed

  • @mistadeploytoon1749
    @mistadeploytoon1749 Před rokem +26

    How about Clerk's best practices connecting to database tutorial? Not enough practical recources out there 🤷‍♂️

    • @jayroo10
      @jayroo10 Před rokem

      does clerk have one? connecting to database?

    • @solumyt
      @solumyt Před 4 měsíci +1

      You can just add the clerkid as a field in your User model (not as the primary key). Then after auth, you can just do a lookup for a User with that clerkid in your db, to retrieve whatever you want about the User. If you need to relate the User to other objects, i'd say to use your own primary key - the clerk one is just to tie your User object to a clerk user.

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

      @@solumyt I am curious how to capture when the event is fired from the clerk component, how do you capture that successful registration and then make your api call to the backend to store that new user?

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

      ​@@autumngreen2579I did this on one of my crypto site project, it's easy thou. Will definitely make a video on it soon.just get the user property from clerk useUser from clerk when the user is logged in and then map it to your database. I used mongodb and Google login method from clerk, so get the userId, imageUrl, email address from the email addresses array and username which is always null and then create a model for all those properties. Its kinda of long but you get the point

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

      @@autumngreen2579 using clerk webhooks

  • @nicolasmontone321
    @nicolasmontone321 Před rokem

    Incredible product guys! Congrats!

  • @cristian-mr
    @cristian-mr Před rokem

    This is literally beautiful!

  • @IvanRandomDude
    @IvanRandomDude Před rokem +2

    Damn, this product rocks. Far superior to all other Identity services I've seen

  • @ghandn
    @ghandn Před rokem +1

    Any chance there is a use case for mobile apps built natively? I have a swift application and a web app but would love to use clerk for user management.

  • @diaperAndy
    @diaperAndy Před 5 měsíci +3

    please upload video on role based authentication

  • @vasiovasio
    @vasiovasio Před 2 měsíci

    Please, make a video with a basic PHP integration.

  • @felipecalais5039
    @felipecalais5039 Před 8 měsíci

    wow, amazing !!

  • @melissaclerk2655
    @melissaclerk2655 Před 8 měsíci

    ahead of schedule

  • @sinkie420
    @sinkie420 Před rokem

    whenever i log out the page doesn't update and sign in button does not appear back, i have to manually refresh the page

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

    very promising product. Hope we get Sveltekit guide very soon.

  • @codedusting
    @codedusting Před rokem +5

    How to do the same without using your screens? It destroys my design

    • @clerkdev
      @clerkdev  Před rokem +5

      You can make completely custom sign-in flows using our hooks.
      You can also use the appearance prop to customize our components' elements.
      clerkstage.dev/docs/authentication/custom-flows
      clerk.dev/docs/component-customization/appearance-prop

    • @codedusting
      @codedusting Před rokem +2

      @@clerkdev Thanks. Will check them both.

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

    How about the app router? And how about the env variable NEXT_PUBLIC_CLERK_AFTER_SIGN_IN_URL?

  • @user-pz3cv6tq6v
    @user-pz3cv6tq6v Před 4 měsíci

    How long a user can exist on clerk user table and how many can exist at once?

  • @pashag.1577
    @pashag.1577 Před rokem +1

    can this be used with vue?

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

    Hello, I'm learning web developer, just one question, how long does it takes to someone to build one library like this, tihs is beautiful, i would like to get this level one day

  • @Allformyequine
    @Allformyequine Před rokem

    Is there a way to use this with SvelteKit?

  • @paulholsters7932
    @paulholsters7932 Před rokem

    Is there an alternative for Angular?

  • @laughingvampire7555
    @laughingvampire7555 Před rokem

    the channel should be called Cle:k

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

    Could you make a video about deploying to production?

  • @JBWEBDEVELOPER
    @JBWEBDEVELOPER Před 6 měsíci

    Can you make a video about to implement Role base authentication and authorisation using clerk in next js

  • @HiImKyle
    @HiImKyle Před rokem +1

    Still just want a basic username and password that's as simple as this.

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

    challenge: create a Clerk OpenAI module

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

    How to extract email how to dispaly?

  • @rommyarb
    @rommyarb Před rokem

    Theo brought me here

  • @phanvanhoa
    @phanvanhoa Před rokem

    eggcellent

  • @harveerSingh-iy9xz
    @harveerSingh-iy9xz Před 10 měsíci

    Wt***hl never seen so buttery auth anywhere I know auth sometimes very painful to writing from scratch