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.
- Host: GitHub
- URL: https://github.com/tanbirhossain/asp.net-core-api-authentication-refreshtoken
- Owner: tanbirhossain
- Created: 2019-06-04T06:54:33.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-05T03:56:09.000Z (about 7 years ago)
- Last Synced: 2025-12-27T14:31:55.239Z (6 months ago)
- Topics: asp-net-core, authentication, redis, refresh-token, rest-api
- Language: C#
- Homepage:
- Size: 729 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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