ASP.NET Core Identity
Authentication is of two types: Cookie based, Token based.
Authorizaion is of two types: Role based(roles are like clims but did not have values), Claims based(Attribute of the user) it could be date of birth, emails etc.
Authentication is of two types: Cookie based, Token based.
Authorizaion is of two types: Role based(roles are like clims but did not have values), Claims based(Attribute of the user) it could be date of birth, emails etc.
Comments
Post a Comment