btcpayserver/BTCPayServer/Security/GreenField
d11n 1e378dd986
Plugins: Add authorization hook (#3977)
* Plugins: Add authorization hook

Makes the `PolicyRequirement` available to plugins.
Adds a filter hook to the authorization handlers, so that plugins can extend and leverage the existing authorization policies and permissions.

* Update to pass back and forth handle class
2022-08-02 14:20:16 +09:00
..
APIKeyExtensions.cs
APIKeyRepository.cs Warning if not using 'simple using' 2022-01-14 17:50:29 +09:00
APIKeysAuthenticationHandler.cs Allow Users to be disabled/enabled (#3639) 2022-04-26 21:27:35 +09:00
BasicAuthenticationHandler.cs
GreenFieldAuthenticationOptions.cs
GreenFieldAuthorizationHandler.cs Plugins: Add authorization hook (#3977) 2022-08-02 14:20:16 +09:00
GreenFieldConstants.cs