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
- Host: GitHub
- URL: https://github.com/chrissainty/rolebasedauthwithblazor
- Owner: chrissainty
- License: mit
- Created: 2019-07-30T07:25:15.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-31T06:51:41.000Z (over 3 years ago)
- Last Synced: 2025-02-25T12:23:12.989Z (2 months ago)
- Topics: aspnetcore, aspnetcorewebapi, authorization, blazor, blazor-client
- Language: C#
- Homepage: https://chrissainty.com/securing-your-blazor-apps-configuring-role-based-authorization-with-client-side-blazor/
- Size: 17.5 MB
- Stars: 29
- Watchers: 5
- Forks: 12
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/).