From 54d065c3d960c187e285ae0ff0dc2e0b54dbf9af Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Fri, 20 Jan 2017 22:33:55 -0500 Subject: [PATCH] deprecate authcontroller in favor of identity server --- src/Api/Controllers/AuthController.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Api/Controllers/AuthController.cs b/src/Api/Controllers/AuthController.cs index 5b8931d3b..0a3ab03c0 100644 --- a/src/Api/Controllers/AuthController.cs +++ b/src/Api/Controllers/AuthController.cs @@ -9,6 +9,7 @@ using Bit.Core; namespace Bit.Api.Controllers { + [Obsolete] [Route("auth")] public class AuthController : Controller {