Magic Link With Next Auth Tutorial

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

КОМЕНТАРІ • 20

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

    Thanks for the tutorial, got magic link working!

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

      great 🤝🤝

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

    insane content thanks man you saved my life from the docs haha

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

      Appreciate it bro

  • @ShubhamXD
    @ShubhamXD 7 місяців тому

    Thanks man really needed it !!

    • @NizzyABI
      @NizzyABI  7 місяців тому

      Ur welcome :)

  • @iamahtic
    @iamahtic 7 місяців тому

    Keep em tutorials coming

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

    Thank you, exatcly what I needed.

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

      glad to hear that!!!

  • @Bilz_-fd1do
    @Bilz_-fd1do 7 місяців тому

    Good Afternoon!! Now its actually 10k!

  • @johnamao-ajy
    @johnamao-ajy 4 місяці тому +1

    I followed this tutorial and finished it, but i got a question, do you know a way to keep the user sign-in?, for quite a long time without have to reauthenticate, in my code, auth was working in app but in needed to redo it after just an hour

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

      hm, that doesn't happen to me. try cloning my code and see if it's still causing this issue

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

    Anyone having issues with vercel? Looks good on local but i have to submit twice on production

    • @Tofupoilu
      @Tofupoilu 13 днів тому

      I resolve it by adding async/await to sendVerificationRequest. async sendVerificationRequest({
      identifier: email,
      url,
      provider: { server, from },
      }) {
      await sendVerificationRequest({
      identifier: email,
      url,
      provider: { server, from },
      });
      },

  • @Unknown-mh5xy
    @Unknown-mh5xy 7 місяців тому

    Please make a video for OAuth2.0. Thank you.