NextAuth v5 for Beginners: Simple Server-Side Auth in NextJS

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

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

  • @snbwcs
    @snbwcs 2 месяца назад +1

    Thank you, this is great content ! ;)

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

    Wow thanks very helpful

  • @leo-phiponacci
    @leo-phiponacci 2 месяца назад

    Thank you, great video! Can you please do a video about Credentials Provider with database sessions?

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

    Hey can you please make a same video using trpc or t3 stack

  • @teetanrobotics5363
    @teetanrobotics5363 4 дня назад

    Awesome content. Thanks mate. please stripe subscriptions and stream sdk video calling. for a paid zoom service saas project

    • @taylorlindoresreeves
      @taylorlindoresreeves  3 дня назад

      That's very specific, but I'll defo do more streaming and also stripe integrations, something I'm very familiar with 👌

    • @teetanrobotics5363
      @teetanrobotics5363 3 дня назад

      @@taylorlindoresreeves Thank you so much

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

    There's 0 documentation on credentials provider + database session. When I asked the creator of AuthJS he told me there never will be because he doesn't like it and I should just use JWT. You seem well versed in what is undoubtedly the worst documented auth library in the world lol, so it would be extremely helpful if you could make a video about credentials + database session setup. It's really hard for me to understand as a newer developer since it's all abstracted away and I don't know how to implement the session logic.

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

      Yeah, I've set up credentials across multiple projects so I certainly will create a video on that. It requires a few workarounds because as you said, the author doesn't want you to use credentials and it's obvious when trying to configure it, you have to implement a few hacks. Video will come soon. Thanks!

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

      @@taylorlindoresreeves No man, THANK YOU! Coming from Laravel where everything is batteries included, setting up an actually useable nextJS environment with authentication is tough. So far I've had great success using lucia auth for database sessions + credentials, but I'd like to learn how to do the same in authJS.