An open API service indexing awesome lists of open source software.

https://github.com/chrissainty/rolebasedauthwithblazor

Companion code sample for my blog post - Configuring Role-based Authorization with client-side Blazor
https://github.com/chrissainty/rolebasedauthwithblazor

aspnetcore aspnetcorewebapi authorization blazor blazor-client

Last synced: about 2 months ago
JSON representation

Companion code sample for my blog post - Configuring Role-based Authorization with client-side Blazor

Awesome Lists containing this project

README

        

# Role-based Authorization with client-side Blazor
An example of role-based authorization using client-side Blazor, WebAPI and ASP.NET Core Identity.

Read the full blog post at [https://chrissainty.com/securing-your-blazor-apps-configuring-role-based-authorization-with-client-side-blazor/](https://chrissainty.com/securing-your-blazor-apps-configuring-role-based-authorization-with-client-side-blazor/).