A little project in Flask to store inputs encrypted and delete once someone looks at it.
Go to file
dependabot[bot] 207f9ae114
Bump black from 23.12.1 to 24.3.0
Bumps [black](https://github.com/psf/black) from 23.12.1 to 24.3.0.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](https://github.com/psf/black/compare/23.12.1...24.3.0)

---
updated-dependencies:
- dependency-name: black
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-20 11:32:32 +00:00
.github/workflows Build and publish containers 2024-04-20 13:29:04 +02:00
snapbin Rename directory 2024-04-20 12:31:47 +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
LICENSE Initial commit 2023-12-29 13:50:13 +01:00
README.org Update README 2024-04-20 12:31:47 +02:00
conftest.py Rename directory 2024-04-20 12:31:47 +02:00
docker-compose.yml Add docker-compose.yml 2024-04-20 12:31:47 +02:00
flake.lock Rewrite to flake-utils 2024-04-04 00:22:21 +02:00
flake.nix Add poetry2nix env 2024-04-20 12:31:47 +02:00
poetry.lock Bump black from 23.12.1 to 24.3.0 2024-04-20 11:32:32 +00:00
poetry.toml Add settings for poetry 2023-12-29 21:41:45 +01:00
pyproject.toml Bump black from 23.12.1 to 24.3.0 2024-04-20 11:32:32 +00:00
tests.py Rename directory 2024-04-20 12:31:47 +02:00

README.org

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")}}" }