os-js / osjs-filemanager-application

OS.js File Manager Application

Home Page:https://manual.os-js.org/v3/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

File sharing support?

IngwiePhoenix opened this issue · comments

Hello there!

Would it be possible to add an endpoint to the server-side that allow the user to selectively share files from the File Manager, get a link back and share that to someone else who thus has the permission to download it?

Kind regards,
Ingwie

Hi!

This could be done. It would require setting up some kind of token that can be attached to the URL which points to a VFS endpoint that allows access without having a physical session.

Needs some kind of middleman database to store and handle token lifetime.