mirror of
https://github.com/pelican-dev/panel.git
synced 2025-11-10 20:39:50 +01:00
Return permissions string when authenticating SFTP
This commit is contained in:
parent
0a19e9c55d
commit
dd9730b5f8
@ -102,6 +102,7 @@ class AuthenticateUsingPasswordService
|
||||
return [
|
||||
'server' => $server->uuid,
|
||||
'token' => $this->keyProviderService->handle($server, $user),
|
||||
'permissions' => $permissions ?? ['*'],
|
||||
];
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user