Changeset db484c9 for Farmatiko/Controllers/LoginController.cs
- Timestamp:
- 01/26/21 10:33:09 (4 years ago)
- Branches:
- master
- Children:
- 7d80751
- Parents:
- 8e74e2f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Farmatiko/Controllers/LoginController.cs
r8e74e2f rdb484c9 82 82 public ActionResult Logout() 83 83 { 84 // optionally "revoke" JWT token on the server side --> add the current token to a block-list85 // https://github.com/auth0/node-jsonwebtoken/issues/37586 87 84 var userName = User.Identity.Name; 88 85 _jwtAuthManager.RemoveRefreshTokenByUserName(userName);
Note:
See TracChangeset
for help on using the changeset viewer.