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

https://github.com/tanbirhossain/asp.net-core-api-authentication-refreshtoken

asp.net core 2.2 authentication with jwt token and using redis for cancel token.
https://github.com/tanbirhossain/asp.net-core-api-authentication-refreshtoken

asp-net-core authentication redis refresh-token rest-api

Last synced: 2 months ago
JSON representation

asp.net core 2.2 authentication with jwt token and using redis for cancel token.

Awesome Lists containing this project

README

          

# asp.net-core-api-authentication-refreshtoken
* asp.net core 2.2
* sql server
* cache server used redis
* user wise authentication remove from outside
* can refresh your access token
* using middleware

Client using angular - https://github.com/tanbirhossain/Angular-Crud