BlazorAuthenticationAndAuthorization
BlazorAuthenticationAndAuthorization copied to clipboard
Fully functioning finished sample code for my Authentication and Authorization in Blazor Applications course
Authentication and Authorization in Blazor Applications
Fully functioning finished sample code for my Authentication and Authorization in Blazor Applications course.
This repo is focused on using a variety of best practice techniques for authentication and authorization, including but not limited to logging and out of your Blazor application with cookies; working with ASP.NET Core Identity; implementing token-based security with OAuth2 and OpenID Connect (using IdentityServer4), and dealing with authorization (using policies).
If you're interested, you can find the course here: https://app.pluralsight.com/library/courses/authentication-authorization-blazor-applications
Retired
This repository should be considered retired. Updated versions can be found in two other repositories: https://github.com/KevinDockx/SecuringBlazorClientSideApplications & https://github.com/KevinDockx/SecuringBlazorServerSideApplications