1
0
mirror of https://github.com/bitwarden/server.git synced 2025-01-22 21:51:22 +01:00

PutClearToken requires authorization

This commit is contained in:
Kyle Spearrin 2016-08-06 02:07:04 -04:00
parent 0727b75a83
commit 929e264549

View File

@ -107,7 +107,6 @@ namespace Bit.Api.Controllers
return response;
}
[AllowAnonymous]
[HttpPut("identifier/{identifier}/clear-token")]
[HttpPost("identifier/{identifier}/clear-token")]
public async Task<DeviceResponseModel> PutClearToken(string identifier)