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

https://github.com/nisanurbulut/kerberos

It is an asp.net core project template using JWT tokens. User role control and token control is done.
https://github.com/nisanurbulut/kerberos

aspnetcoremvc bearer-authorization builder-design-pattern jwt-authentication netcore-webapi repository-pattern

Last synced: about 1 year ago
JSON representation

It is an asp.net core project template using JWT tokens. User role control and token control is done.

Awesome Lists containing this project

README

          

# KERBEROS
* It is a Template Project For JWT-Token And Role Based API
* It is a JWT App
* AppUser -> AppUserRole
* AppRole -> AppUserRole
* AppRole -> Product
* Admin user insert/edit products
* Member user view products
* JWT Bearer Token
* Issuer, audiance, expires, notBefore, claims, signingcredentials
* JwtSecurityToken, JwtSecurityTokenHandler, handler.WriteToken(JwtSecurityToken)
* Repository Pattern
* Builder Designer Pattern
* N-Tier Project