mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-23 22:46:49 +01:00
* Remove OpenIddict * Add API Key system * Revert removing OpenIddict * fix rebase * fix tests * pr changes * fix tests * fix apikey test * pr change * fix db * add migration attrs * fix migration error * PR Changes * Fix sqlite migration * change api key to use Authorization Header * add supportAddForeignKey * use tempdata status message * fix add api key css * remove redirect url + app identifier feature :(
8 lines
174 B
C#
8 lines
174 B
C#
using Microsoft.AspNetCore.Authentication;
|
|
|
|
namespace BTCPayServer.Security.Bitpay
|
|
{
|
|
public class APIKeyAuthenticationOptions : AuthenticationSchemeOptions
|
|
{
|
|
}
|
|
}
|