How to create Custom Login Registration in Asp.Net MVC (.Net 8 | Code First)

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

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

  • @asela8166
    @asela8166 2 дня назад

    This is without a doubt the best tutorial I have seen on this topic. You are very concise and to the point.
    One thing I want to mention is that the RegEx for the Email format wasn't included in the description. (Look at: 17:40)
    But that's only a small mistake I can easily overlook. Other than that, massive thumbs up dude!

    • @OpenEducationChannel
      @OpenEducationChannel  2 дня назад

      Thanks, I am glad that this video was helpful. Thanks for mentioning the missing RegEx, now its included in description.

  • @OmShrivastav-j2y
    @OmShrivastav-j2y 2 дня назад

    Thanks for the video , I was exactly looking for this video which doesnt use identitydbcontext

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

    bro ,it's a wonderful video its has simple ,easy and logic methods for login and registration

  • @Gfxmaster9
    @Gfxmaster9 3 месяца назад

    this is so good i got alot to learn on you deserve a million subscribers

  • @sulagnapriyadarsinisahoo406
    @sulagnapriyadarsinisahoo406 5 месяцев назад

    Wow 😮what a amazing video for learning 🎉

  • @Ultimateboat27
    @Ultimateboat27 6 месяцев назад +4

    It was really helpful thank you much bro now please make a video where role based access is used like manager and user and Admin

  • @lulu-xp7mf
    @lulu-xp7mf 4 месяца назад

    your explanation is so fine thank you

  • @vincentsalcedo
    @vincentsalcedo 3 месяца назад

    Hi, thank you so much, I learned a lot.

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

    It's very good. Thank you. How about a follow up video on applying role base authentication.

  • @王智立-i8m
    @王智立-i8m Месяц назад

    感謝你的講解,簡單易懂,
    但如何paaword hasing?

  • @dr.furkhzeshan1426
    @dr.furkhzeshan1426 3 месяца назад +1

    Good

  • @narayandhungel1117
    @narayandhungel1117 6 месяцев назад +1

    Your video is really helpful, it will be even more helpful if you add role base authentication and authorization, please help us with that if possible!

    • @OpenEducationChannel
      @OpenEducationChannel  6 месяцев назад +1

      Thanks and I am glad that it was helpful. For role based authentication you can define some roles in database and then when user do login then check that user's role and add that role in the claims. I will try to create a video on this in near future.

    • @narayandhungel1117
      @narayandhungel1117 5 месяцев назад

      @@OpenEducationChannel I have successfully implement role base auth. It was very simple with your help I just add one more column in the database and assign role to the claims
      Now , I want to implement automatic logout after user close the browser, how to achieved it? please help with that also !!

  • @Ultimateboat27
    @Ultimateboat27 6 месяцев назад +1

    Hello can you please create roll based access control

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

    Hi, why don`t we add our Context in Data folder?

  • @jayakumar2927
    @jayakumar2927 3 месяца назад +2

    Can you share Github code

  • @DoanThanhNhanKHL
    @DoanThanhNhanKHL 6 месяцев назад

    can you doing with db first?

  • @am32528
    @am32528 6 месяцев назад +1

    add a link to github source code please