mirror of
https://github.com/rikkaneko/paste.git
synced 2025-09-21 20:30:11 +01:00
Support password authentication for pastes
Support auto expire on access count Signed-off-by: Joe Ma <rikkaneko23@gmail.com>
This commit is contained in:
parent
f354a7e1fd
commit
43e671f5b5
2 changed files with 138 additions and 20 deletions
|
@ -4,7 +4,8 @@
|
|||
"dependencies": {
|
||||
"aws4fetch": "^1.0.13",
|
||||
"nanoid": "^3.3.4",
|
||||
"mime-types": "^2.1.35"
|
||||
"mime-types": "^2.1.35",
|
||||
"js-sha256": "^0.9.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@cloudflare/workers-types": "^3.11.0",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue