ASP.NET Core 8.0 - Cookies And Claims Project

Count = 6

ASP.NET Core 8.0 - Cookies And Claims
Created 07/17/24, Updated 08/29/24 16:15 GMT
Introduces a series about the Cookies And Claims Project.
ASP.NET Core 8.0 - Cookie Authentication
Created 07/17/24, Updated 08/29/24 16:15 GMT
Describes the implementation of cookie authentication.
ASP.NET Core 8.0 - Remember Me Or Not
Created 07/17/24, Updated 08/29/24 16:15 GMT
Describes the implementation of a configurable AuthenticationProperties, which determines the cookie's lifetime.
ASP.NET Core 8.0 - Authorized Access
Created 07/24/24, Updated 08/29/24 16:15 GMT
Describes authorization attributes and authorization conventions to restrict access to pages for anonymous users.
ASP.NET Core 8.0 - Administrator Claim
Created 07/24/24, Updated 08/29/24 16:14 GMT
Describes the implementation of an AppUserClaim from storage to a ClaimsPrincipal's authorization claim and authorization policy.
ASP.NET Core 8.0 - Admin Idle Logout
Created 07/24/24, Updated 08/29/24 16:14 GMT
Describes the implementation of an idle logout function which combines JavaScript and html in a razor partial view.