zarazi / BlazorAuthenticationAndAuthorization

Fully functioning finished sample code for my Authentication and Authorization in Blazor Applications course

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Fully functioning finished sample code for my Authentication and Authorization in Blazor Applications course

License:MIT License


Languages

Language:C# 66.0%Language:HTML 20.1%Language:CSS 9.4%Language:PowerShell 2.9%Language:JavaScript 1.7%