Hope you have learnt something good today from this video. It takes lot of efforts to come up with videos like this. Would appreciate if you can like, share, comment on my videos and subscribe to my channel and thus help the channel to grow.
Thanks for the video. I was expecting to see some permission/role-based access when I saw the "Authorization" in the video title. This is more of an Authentication, but still good content.
Thanks for your comment. Authentication ensures whether a valid user is requesting a resource or not, whereas Authorization ensure the user requesting the resource has authorization to access that resource or not. A generic authorization is covered in this video. I will try to come up with a more specific role based authorization in another video.
I want to add new data columns in Role data table and add use that extended table in api for addition, deletion and update of roles, how can i do that one .
I used JWT to make api .I made two roles Users and Employee so all data inserted in AspNetUsers table in database .i want to make a relationship between users with role User and another table called Bill and make relationship between users with role Employee with another table called Branch how i can do this by using Code First
Hope you have learnt something good today from this video. It takes lot of efforts to come up with videos like this. Would appreciate if you can like, share, comment on my videos and subscribe to my channel and thus help the channel to grow.
Thanks for the video. I was expecting to see some permission/role-based access when I saw the "Authorization" in the video title. This is more of an Authentication, but still good content.
Thanks for your comment. Authentication ensures whether a valid user is requesting a resource or not, whereas Authorization ensure the user requesting the resource has authorization to access that resource or not. A generic authorization is covered in this video. I will try to come up with a more specific role based authorization in another video.
I want to add new data columns in Role data table and add use that extended table in api for addition, deletion and update of roles, how can i do that one .
I used JWT to make api .I made two roles Users and Employee so all data inserted in AspNetUsers table in database .i want to make a relationship between users with role User and another table called Bill and make relationship between users with role Employee with another table called Branch how i can do this by using Code First
Can you add a video that shows how to "Refresh Token" while using Identity in .NET 8 Web API ? Be much appreciated. Thanks in advance.
Thanks for your feedback
Hey mate - Tanks for the video - I'm unable to find AddEntityFrameworkStores. Any idea why?
Hi, you can download the source code from my patreon page and check. www.patreon.com/posts/asp-net-core-8-106138944