mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-22 22:25:28 +01:00
Now requiring Authorization on AppsController
This commit is contained in:
parent
7341be76bb
commit
43d34d5d35
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ using NBitcoin.DataEncoders;
|
|||
|
||||
namespace BTCPayServer.Controllers
|
||||
{
|
||||
[Authorize(AuthenticationSchemes = Policies.CookieAuthentication)]
|
||||
[AutoValidateAntiforgeryToken]
|
||||
[Route("apps")]
|
||||
public partial class AppsController : Controller
|
||||
|
|
Loading…
Add table
Reference in a new issue