mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-17 22:14:26 +01:00
Now requiring Authorization on AppsController
This commit is contained in:
committed by
nicolas.dorier
parent
7341be76bb
commit
43d34d5d35
@@ -16,6 +16,7 @@ using NBitcoin.DataEncoders;
|
|||||||
|
|
||||||
namespace BTCPayServer.Controllers
|
namespace BTCPayServer.Controllers
|
||||||
{
|
{
|
||||||
|
[Authorize(AuthenticationSchemes = Policies.CookieAuthentication)]
|
||||||
[AutoValidateAntiforgeryToken]
|
[AutoValidateAntiforgeryToken]
|
||||||
[Route("apps")]
|
[Route("apps")]
|
||||||
public partial class AppsController : Controller
|
public partial class AppsController : Controller
|
||||||
|
|||||||
Reference in New Issue
Block a user