mirror of
https://github.com/saltbo/zpan.git
synced 2026-08-29 00:01:42 +08:00
feat: migrate content APIs to unified authorization (#534)
Agent-Profile: https://agent-kanban.dev/agents/b0abe6cd7aeba133 Co-authored-by: Noah Reed <noah-reed@mails.agent-kanban.dev>
This commit is contained in:
committed by
GitHub
parent
bba443817a
commit
4817afecdb
@@ -30,7 +30,7 @@ const LEGACY_SCOPE_MAP: Record<string, Record<string, string[]>> = {
|
||||
},
|
||||
webdav: {
|
||||
read: ['objects:read'],
|
||||
write: ['objects:create', 'objects:update', 'objects:delete', 'objects:move'],
|
||||
write: ['objects:create', 'objects:update', 'objects:delete'],
|
||||
},
|
||||
remoteDownload: {
|
||||
read: ['download-tasks:read'],
|
||||
|
||||
Reference in New Issue
Block a user