🚀Master Authentication in .NET 8 Web API : Email Confirmation, 2FA & Lockout & more with Identity🔐

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

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

  • @chikalawrence8502
    @chikalawrence8502 Месяц назад +1

    Nice video.... keep up the good work Sir

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

    Awesome lecture, you will do dotnet aspire in the future ?

  • @ShaanShaban-zm8ul
    @ShaanShaban-zm8ul Месяц назад

    Did you make Google through authentication from the button? I mean, click on the Google button in our page and login through that button.

    • @Netcode-Hub
      @Netcode-Hub  Месяц назад

      Nope, we didn’t integrate google authentication in this video .

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

    15:58 Man did you just put the password in the Path? In the URL??

    • @Netcode-Hub
      @Netcode-Hub  29 дней назад

      Use model to handle it

    • @theobellash6440
      @theobellash6440 29 дней назад

      @@Netcode-Hub when making tutorials, there’s minimal attention to pay!
      I think that next time you’ll pay attention to the security issues, minimum

    • @Netcode-Hub
      @Netcode-Hub  27 дней назад

      Minimal attention? 🤔 what do you mean by that?

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

      @@Netcode-Hub while your tutorial is valuable, putting password in the URL is a security risk/issue.
      There are people who will just copy your code and put in production … that’s why I urge you to pay attention in the future

    • @Netcode-Hub
      @Netcode-Hub  27 дней назад

      @theobellash6440 alright sir

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

    "Nice video" I'm a follower in Côte d'Ivoire. I've a question: In the case you want to store old passwords from users to avoid picked the same password in a next future?

    • @Netcode-Hub
      @Netcode-Hub  Месяц назад

      Nice question, solving this is very very simple. Before resetting the, keep a copy in your database, create a table to handle that.

    • @DoumbiaMamadou
      @DoumbiaMamadou Месяц назад +1

      @@Netcode-Hub , I see. I thought I've to store in this table when creating them. Thank you Masta.

    • @Netcode-Hub
      @Netcode-Hub  Месяц назад

      @DoumbiaMamadou great 😊

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

    i try to do like you, but the emailCode give me a token like jwtbearer, so that i cannot check the confirmation function, i want to know what's wrong with it

    • @Netcode-Hub
      @Netcode-Hub  Месяц назад +1

      You need to add default token provider as Email, check the starting when registering the service, you skipped that.

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

      @@Netcode-Hub Oh, my mistake, i didn't check carefully that i use DefaultToken instead DefaultEmailToken, thanks for helping me. By the way, can i use that for gmail? Because in VN people use gmail instead ethereal.

    • @Netcode-Hub
      @Netcode-Hub  Месяц назад

      @@VuMinhKhanhKHCMgreat 😊 sure