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

@@ -5,7 +5,6 @@ using System.Linq;
using System.Net.Http;
using System.Threading;
using System.Threading.Tasks;
using BTCPayServer.Authentication;
using BTCPayServer.Configuration;
using BTCPayServer.Data;
using BTCPayServer.HostedServices;
@@ -17,6 +16,7 @@ using BTCPayServer.Payments.Changelly;
using BTCPayServer.Payments.Lightning;
using BTCPayServer.Rating;
using BTCPayServer.Security;
using BTCPayServer.Security.Bitpay;
using BTCPayServer.Services;
using BTCPayServer.Services.Invoices;
using BTCPayServer.Services.Rates;