From 929e26454927fb40944b054f5079f5713f9993b6 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Sat, 6 Aug 2016 02:07:04 -0400 Subject: [PATCH] PutClearToken requires authorization --- src/Api/Controllers/DevicesController.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Api/Controllers/DevicesController.cs b/src/Api/Controllers/DevicesController.cs index 9c97c31a00..6fd0d89dd7 100644 --- a/src/Api/Controllers/DevicesController.cs +++ b/src/Api/Controllers/DevicesController.cs @@ -107,7 +107,6 @@ namespace Bit.Api.Controllers return response; } - [AllowAnonymous] [HttpPut("identifier/{identifier}/clear-token")] [HttpPost("identifier/{identifier}/clear-token")] public async Task PutClearToken(string identifier)