Skip to content

Commit 28c08b3

Browse files
committed
feat: rename method
1 parent ac85502 commit 28c08b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/VirtoCommerce.Platform.Web/Controllers/Api/AuthorizationController.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public AuthorizationController(
6161

6262
[Authorize]
6363
[HttpPost("~/revoke/token")]
64-
public async Task<ActionResult> InvalidateAllTokens(string userId)
64+
public async Task<ActionResult> RevokeCurrentUserToken()
6565
{
6666
var tokenId = HttpContext.User.GetClaim("oi_tkn_id");
6767
var authId = HttpContext.User.GetClaim("oi_au_id");

0 commit comments

Comments
 (0)