mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2026-02-06 15:32:17 +00:00
Add Support for Authenticated Uploads #340
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Prajjwal on GitHub.
In most personal use scenarios, the user wants to lock down upload access to the server. I can't find anything in your
READMEthat talks about authentication. It is a matter of adding a singleaccess_tokento each POST request. Any plans for something like this?@kamaln7 commented on GitHub:
I can take a stab at implementing something like this. Either pass an "Authentication" header with the key or just a regular parameter. @dutchcoders—is that alright?
@Prajjwal commented on GitHub:
@nl5887 I've implemented this. Care to take a look?
@Prajjwal commented on GitHub:
@techburgher I've already implemented authentication with auth headers in #105. Hasn't been merged in yet, though. You might want to take a look at it.
@techburgher commented on GitHub:
Here's a BasicAuth "hack", if anyone is interested:
@techburgher commented on GitHub:
It would be nicer, for me, if there were a password prompt when accessing the web site itself, and not simply passed via an extra header.