mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-01-01 05:04:28 +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