We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a93d7f commit 1644119Copy full SHA for 1644119
src/VirtoCommerce.Platform.Web/Controllers/Api/AuthorizationController.cs
@@ -5,7 +5,6 @@
5
using System.Threading.Tasks;
6
using Microsoft.AspNetCore;
7
using Microsoft.AspNetCore.Authentication;
8
-using Microsoft.AspNetCore.Authorization;
9
using Microsoft.AspNetCore.Http;
10
using Microsoft.AspNetCore.Identity;
11
using Microsoft.AspNetCore.Mvc;
@@ -59,7 +58,6 @@ public AuthorizationController(
59
58
_tokenManager = tokenManager;
60
}
61
62
- [Authorize]
63
[HttpPost("~/revoke/token")]
64
public async Task<ActionResult> RevokeCurrentUserToken()
65
{
0 commit comments