mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-30 04:04:21 +01:00
* 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