Skip to content

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

License

Notifications You must be signed in to change notification settings

soumyasg/BlazorAuthenticationAndAuthorization

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 64.9%
  • HTML 20.9%
  • CSS 9.6%
  • PowerShell 2.9%
  • JavaScript 1.7%