From 0556ebe21c3143be2a3e32c4f49e127044bdd47c Mon Sep 17 00:00:00 2001 From: B Stack Date: Tue, 15 Feb 2022 15:12:32 -0500 Subject: pw-protect /admin endpoint Use a hardcoded password from the config file. --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 6321c11..00d765d 100644 --- a/README.md +++ b/README.md @@ -54,11 +54,7 @@ This means that if your app is behind `http://example.com/stackbin/` then you wo pip3 install --user flask-sqlalchemy pytimeparse ## Improvements -I still need to work on these tasks: - -### Development - -* Protect the /admin/ page +None at this time. ## Alternatives This is a very diverged fork of [su27/flask-pastebin](https://github.com/su27/flask-pastebin) which itself was a fork of the original [mitsuhiko/pastebin](https://github.com/mitsuhiko/flask-pastebin). The original had a few additional features worth reviewing. -- cgit