Ignore:
Timestamp:
01/26/21 10:33:09 (4 years ago)
Author:
DimitarSlezenkovski <dslezenkovski@…>
Branches:
master
Children:
7d80751
Parents:
8e74e2f
Message:

Fix bugs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Farmatiko/Controllers/LoginController.cs

    r8e74e2f rdb484c9  
    8282        public ActionResult Logout()
    8383        {
    84             // optionally "revoke" JWT token on the server side --> add the current token to a block-list
    85             // https://github.com/auth0/node-jsonwebtoken/issues/375
    86 
    8784            var userName = User.Identity.Name;
    8885            _jwtAuthManager.RemoveRefreshTokenByUserName(userName);
Note: See TracChangeset for help on using the changeset viewer.