psi-4ward / psitransfer

Simple open source self-hosted file sharing solution.
BSD 2-Clause "Simplified" License
1.45k stars 211 forks source link

feature request: guest ticket if uploadPass is enabled #295

Open helmut72 opened 8 months ago

helmut72 commented 8 months ago

Would be cool to create a guest upload ticket if uploadPass is enabled. For a guest.

Any one time password doesn't work, because I want to place PsiTransfer behind an OpenID Connect, that send the uploadPass/x-passwd header to PsiTransfer, after the user is validated from OIDC.

All at all I search for something that can really replace dl-ticket: https://www.thregr.org/wavexx/software/dl/guide/

New grant is what I mean with the feature request for PsiTransfer.

Also an enhanced admin page would be great - issue #289

Thanks.

Maytrok commented 7 months ago

well thats close to my issue #277 the problem is, there are no authenticated user by design. Implementing this would take a lot of effort. Maybe the owner respond to this topic