btcpayserver/BTCPayServer/Security/GreenField
Kukks 7ca74aeea7 Add API Keys Application identifier
This lets the authorize api key screen redirect to the defined url  and provide it with the user id, permissions granted and the key.

This also allows apps to match existing api keys generated for it specifically using the application identifier, and if matched, presented with a confirmation page before redirection.
2020-08-28 09:00:13 +02:00
..
APIKeyExtensions.cs Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00
APIKeyRepository.cs Add API Keys Application identifier 2020-08-28 09:00:13 +02:00
APIKeysAuthenticationHandler.cs Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00
BasicAuthenticationHandler.cs fail auth on incorrect basic auth value 2020-07-13 08:35:13 +02:00
GreenFieldAuthenticationOptions.cs Move directories, rename controllers 2020-03-27 12:58:45 +09:00
GreenFieldAuthorizationHandler.cs Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00
GreenFieldConstants.cs Removing unused usings, readonly fields where possible 2020-06-28 22:07:48 -05:00