https://github.com/akaenrico/jwtauthapi
JWT Auth with RBAC (Role-based access control)
https://github.com/akaenrico/jwtauthapi
asp-net csharp jwt rbac
Last synced: 10 months ago
JSON representation
JWT Auth with RBAC (Role-based access control)
- Host: GitHub
- URL: https://github.com/akaenrico/jwtauthapi
- Owner: akaenrico
- Created: 2025-02-15T02:19:30.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-16T02:27:20.000Z (over 1 year ago)
- Last Synced: 2025-07-05T18:35:30.448Z (about 1 year ago)
- Topics: asp-net, csharp, jwt, rbac
- Language: C#
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
I'll be implementing [JWT Auth](https://jwt.io/) in this project. My goal is to have a functional RBAC (Role-based access control) API.