Authorization and authentication in asp.net core



Authentication is the process or action of proving or showing something to be true, genuine, or valid.
Authorization refers to the process that determines what a user is able to do. For example, an administrative user is allowed to create a document library, add documents, edit documents, and delete them. A non-administrative user working with the library is only authorized to read the documents. 

Source code link : https://gitlab.com/faisalcse1/onlineshop

#Identity #IdentityFramework #Core #MVC #CoreMVC #IdentityRole #Role #RoleManager #Authorization

Post a Comment

Previous Post Next Post