mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-19 06:54:19 +01:00
Authorize granular permissions (#1057)
* granular scope permissions for api * final fixes and styling * prettify code * fix missing policy
This commit is contained in:
committed by
Nicolas Dorier
parent
c7e3241a85
commit
3366c86b16
@@ -78,7 +78,7 @@ namespace BTCPayServer.Controllers
|
||||
{
|
||||
ApplicationName = await _applicationManager.GetDisplayNameAsync(application),
|
||||
RequestId = request.RequestId,
|
||||
Scope = request.Scope
|
||||
Scope = request.GetScopes()
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user