https://github.com/chrissainty/policybasedauthwithblazor
Companion code sample for my blog post - Configuring Policy-based Authorization with Blazor
https://github.com/chrissainty/policybasedauthwithblazor
aspnetcore aspnetcorewebapi authorization blazor blazor-client blazor-server
Last synced: about 2 months ago
JSON representation
Companion code sample for my blog post - Configuring Policy-based Authorization with Blazor
- Host: GitHub
- URL: https://github.com/chrissainty/policybasedauthwithblazor
- Owner: chrissainty
- License: mit
- Created: 2019-07-29T21:37:00.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-31T06:52:13.000Z (over 3 years ago)
- Last Synced: 2025-02-25T08:08:15.183Z (2 months ago)
- Topics: aspnetcore, aspnetcorewebapi, authorization, blazor, blazor-client, blazor-server
- Language: C#
- Homepage: https://chrissainty.com/securing-your-blazor-apps-configuring-policy-based-authorization-with-blazor/
- Size: 290 KB
- Stars: 45
- Watchers: 5
- Forks: 18
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Configuring Policy-based Authorization with Blazor
An example of policy-based authorization using Blazor.Read the full blog post at [https://chrissainty.com/securing-your-blazor-apps-configuring-policy-based-authorization-with-blazor/](https://chrissainty.com/securing-your-blazor-apps-configuring-policy-based-authorization-with-blazor/).