Go to file
Andreas Zweili 424af1a913
Some checks failed
/ build-snapbin-image (push) Has been cancelled
/ build-redis-image (push) Has been cancelled
Merge pull request #10 from Nebucatnetzer/updates
Update dependencies
2024-06-26 20:55:25 +02:00
.github/workflows Disable tests on main 2024-04-20 13:33:16 +02:00
snapbin Make linter happy 2024-05-14 21:34:08 +02:00
.envrc Remove unused code from .envrc 2024-04-03 17:42:03 +02:00
.gitignore Symlink the process-compose.yml for faster startup 2024-04-03 18:39:13 +02:00
conftest.py Rename directory 2024-04-20 12:31:47 +02:00
docker-compose.yml Use images from Github 2024-04-20 13:36:27 +02:00
flake.lock Update dependencies 2024-06-26 20:17:09 +02:00
flake.nix Update dependencies 2024-06-26 20:17:09 +02:00
LICENSE Initial commit 2023-12-29 13:50:13 +01:00
poetry.lock Update dependencies 2024-06-26 20:17:09 +02:00
poetry.toml Add settings for poetry 2023-12-29 21:41:45 +01:00
pyproject.toml Bump cryptography from 41.0.7 to 42.0.4 2024-04-20 12:12:39 +00:00
README.org Update README 2024-04-20 12:31:47 +02:00
tests.py Rename directory 2024-04-20 12:31:47 +02:00

sort-of-pastebin

A little project in Flask to store inputs encrypted and delete once someone looks at it.

Origin

This project was inspired by Snappass and was previously licensed under MIT.

Tests   verb

template http://localhost:8000 Accept: application/json Content-Type: application/json

Store secret

POST /

{ "ttl": 604800, "password": "Foo" }

Retrieve secret

POST /get-secret

{ "key": "{{(verb-json-get (oref verb-last body) "key")}}" }