Send OTP from email using .NET 7 Web API

Поделиться
HTML-код
  • Опубликовано: 1 июн 2024
  • #dotnet7 #webapi #nihiratechiees #dotnetcore
    This video explains how to send OTP from email using .NET 7 Web API
    Continuity video (Authentication scenarios covered)
    =============================================
    • .NET 7 Web API Example...
    .NET 7 Full course video link
    ==========================
    • .NET 7.0 Web API Full ...
    GitHub Source code Link
    =====================
    github.com/nihira2020/WEBAPI_...
    Database script Link
    =================
    github.com/nihira2020/Databas...
    Download .NET SDK
    ==================
    dotnet.microsoft.com/en-us/do...
    Join this channel to get access to perks:
    / @nihiratechiees
  • НаукаНаука

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

  • @VijayKumar-fq4ie
    @VijayKumar-fq4ie Месяц назад

    Good one bro. I need it.

  • @kishorekumar-wn9zc
    @kishorekumar-wn9zc 11 дней назад

    The feature is working as expected. Can you kindly share a video tutorial on how to send an OTP to a mobile number?

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

    I am not receiving the otp, even after following all the steps. I cloned your project and followed these steps, still while registering I am getting result as "fail" and message as null. Please help me out

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

      Do you have database setup? Also debug and identify the exact issue

    • @akankshakshatriya3376
      @akankshakshatriya3376 27 дней назад

      Yes I did, it was because Google doesn't allow less secure apps to get access directly with email and password, so instead of that I generated passkey and used that. Now it is working correctly. Thank you

    • @NihiraTechiees
      @NihiraTechiees  27 дней назад

      Great 👍