diff --git a/BTCPayServer/Controllers/AppsController.cs b/BTCPayServer/Controllers/AppsController.cs index 6d3af112a..3281e49cd 100644 --- a/BTCPayServer/Controllers/AppsController.cs +++ b/BTCPayServer/Controllers/AppsController.cs @@ -16,6 +16,7 @@ using NBitcoin.DataEncoders; namespace BTCPayServer.Controllers { + [Authorize(AuthenticationSchemes = Policies.CookieAuthentication)] [AutoValidateAntiforgeryToken] [Route("apps")] public partial class AppsController : Controller