https://github.com/soenneker/soenneker.blazor.auth.rolesprincipalfactory
Customizes Blazor WebAssembly authentication by extending AccountClaimsPrincipalFactory to add user roles based on their job title.
https://github.com/soenneker/soenneker.blazor.auth.rolesprincipalfactory
auth authentication blazor claims csharp dotnet principalfactory roles rolesprincipalfactory util
Last synced: 3 months ago
JSON representation
Customizes Blazor WebAssembly authentication by extending AccountClaimsPrincipalFactory to add user roles based on their job title.
- Host: GitHub
- URL: https://github.com/soenneker/soenneker.blazor.auth.rolesprincipalfactory
- Owner: soenneker
- License: mit
- Created: 2025-03-25T19:12:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-03-31T04:49:09.000Z (4 months ago)
- Last Synced: 2026-03-31T06:57:11.923Z (4 months ago)
- Topics: auth, authentication, blazor, claims, csharp, dotnet, principalfactory, roles, rolesprincipalfactory, util
- Language: C#
- Homepage: https://soenneker.com
- Size: 709 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
[](https://www.nuget.org/packages/soenneker.blazor.auth.rolesprincipalfactory/)
[](https://github.com/soenneker/soenneker.blazor.auth.rolesprincipalfactory/actions/workflows/publish-package.yml)
[](https://www.nuget.org/packages/soenneker.blazor.auth.rolesprincipalfactory/)
[](https://github.com/soenneker/soenneker.blazor.auth.rolesprincipalfactory/actions/workflows/codeql.yml)
#  Soenneker.Blazor.Auth.RolesPrincipalFactory
### Customizes Blazor WebAssembly authentication by extending AccountClaimsPrincipalFactory to add user roles based on their job title.
## Installation
```
dotnet add package Soenneker.Blazor.Auth.RolesPrincipalFactory
```