Skip to content

nahidf/blazor-adventures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

blazor-adventures

This repo contains Sample code supporting my Blazor blog series https://nahidfa.com/tags/blazor/

post-1-latest

The post-1-latest branch contains sample code for Blazor WebAssembly authentication and authorization with IdentityServer4.

Solution structure:

- BlazorSecurity.sln 
   - IdentityServer.csproj 
   - WasmAppAuth.csproj 

post-2-latest

The post-2-latest branch contains sample code for Blazor WebAssembly - Calling a protected API using access token.

Solution structure:

- BlazorSecurity.sln 
  - IdentityServer.csproj 
  - WasmAppAuth.csproj
  - Api.csproj
  - Models.csproj

post-3-latest

The post-3-latest branch contains sample code for Blazor WebAssembly - Role-based and Policy-based authorization.

Solution structure:

- BlazorSecurity.sln 
  - IdentityServer.csproj 
  - WasmAppAuth.csproj
  - Api.csproj
  - Models.csproj

About

Sample code for Blazor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published