Use ClaimTransformer instead of Authentication's JWT

This commit is contained in:
nicolas.dorier
2019-10-10 13:42:39 +09:00
parent 7e5c593e09
commit fda6a1a77b
8 changed files with 74 additions and 42 deletions

View File

@@ -4,6 +4,7 @@ using System.Linq;
using System.Security.Claims;
using System.Text;
using System.Threading.Tasks;
using BTCPayServer.Authentication;
using BTCPayServer.Payments;
using BTCPayServer.Security;
using BTCPayServer.Services.Rates;