diff options
author | B Stack <bgstack15@gmail.com> | 2022-02-15 15:12:32 -0500 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2022-02-15 15:12:32 -0500 |
commit | 0556ebe21c3143be2a3e32c4f49e127044bdd47c (patch) | |
tree | 6c7074e9b02b3aac380e74569da2d041f24700cb /README.md | |
parent | shore up docs (diff) | |
download | stackbin-0556ebe21c3143be2a3e32c4f49e127044bdd47c.tar.gz stackbin-0556ebe21c3143be2a3e32c4f49e127044bdd47c.tar.bz2 stackbin-0556ebe21c3143be2a3e32c4f49e127044bdd47c.zip |
pw-protect /admin endpoint
Use a hardcoded password from the config file.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -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. |