cs3org / reva

WebDAV/gRPC/HTTP high performance server to link high level clients to storage backends
https://reva.link
Apache License 2.0
165 stars 113 forks source link

Mint view only token for open in app #4686

Closed butonic closed 1 month ago

butonic commented 1 month ago

When a view only mode is requested for open in app requests the gateway now mints a view only token scoped to the requested resource. This token can be used by trusted app providers to download the resource even if the user has no download permission.

part of https://github.com/owncloud/ocis/issues/8769