Skip to content

Commit 1644119

Browse files
authored
VCST-820: fix revoke token for customer (#2774)
1 parent 6a93d7f commit 1644119

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
using System.Threading.Tasks;
66
using Microsoft.AspNetCore;
77
using Microsoft.AspNetCore.Authentication;
8-
using Microsoft.AspNetCore.Authorization;
98
using Microsoft.AspNetCore.Http;
109
using Microsoft.AspNetCore.Identity;
1110
using Microsoft.AspNetCore.Mvc;
@@ -59,7 +58,6 @@ public AuthorizationController(
5958
_tokenManager = tokenManager;
6059
}
6160

62-
[Authorize]
6361
[HttpPost("~/revoke/token")]
6462
public async Task<ActionResult> RevokeCurrentUserToken()
6563
{

0 commit comments

Comments
 (0)