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!
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!
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.
@@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 !!
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!
Thanks, I am glad that this video was helpful. Thanks for mentioning the missing RegEx, now its included in description.
Thanks for the video , I was exactly looking for this video which doesnt use identitydbcontext
Glad it helped! Thanks.
bro ,it's a wonderful video its has simple ,easy and logic methods for login and registration
this is so good i got alot to learn on you deserve a million subscribers
Wow 😮what a amazing video for learning 🎉
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
Sure, Thanks.
your explanation is so fine thank you
Glad it helped! Thanks.
Hi, thank you so much, I learned a lot.
Glad to hear that!
It's very good. Thank you. How about a follow up video on applying role base authentication.
Great suggestion! I will try to make one.
感謝你的講解,簡單易懂,
但如何paaword hasing?
Good
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!
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.
@@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 !!
Hello can you please create roll based access control
Hi, why don`t we add our Context in Data folder?
Can you share Github code
can you doing with db first?
add a link to github source code please