diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-05-26 11:16:16 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-05-26 11:16:16 +0700 |
commit | 7b290da240173fcbf09f4ee010514bd8b7da0d1d (patch) | |
tree | e01d954708e7c8f444e96277730360a5aa2f0e51 /python/python3-Flask-Basicauth/README | |
parent | a7170ef0f040a8aae5324c1d689f34995e196fa3 (diff) | |
download | slackbuilds-7b290da240173fcbf09f4ee010514bd8b7da0d1d.tar.gz |
python/python3-Flask-Basicauth: Added (Flask extension).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-Flask-Basicauth/README')
-rw-r--r-- | python/python3-Flask-Basicauth/README | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/python/python3-Flask-Basicauth/README b/python/python3-Flask-Basicauth/README new file mode 100644 index 0000000000..f69680d6a1 --- /dev/null +++ b/python/python3-Flask-Basicauth/README @@ -0,0 +1,3 @@ +Flask-BasicAuth is a Flask extension that provides an easy way to +protect certain views or your whole application with HTTP basic +access authentication. |