Move Bitpay authentication class in BTCPayServer.Security

This commit is contained in:
nicolas.dorier
2019-10-19 00:54:20 +09:00
parent 037fcf93f5
commit eac4c91820
23 changed files with 10 additions and 362 deletions

View File

@@ -1,7 +1,7 @@
using BTCPayServer.Authentication;
using BTCPayServer.Filters;
using BTCPayServer.Filters;
using BTCPayServer.Models;
using BTCPayServer.Security;
using BTCPayServer.Security.Bitpay;
using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Cors;
using Microsoft.AspNetCore.Mvc;