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/slack-desc | |
parent | a7170ef0f040a8aae5324c1d689f34995e196fa3 (diff) |
python/python3-Flask-Basicauth: Added (Flask extension).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-Flask-Basicauth/slack-desc')
-rw-r--r-- | python/python3-Flask-Basicauth/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/python/python3-Flask-Basicauth/slack-desc b/python/python3-Flask-Basicauth/slack-desc new file mode 100644 index 0000000000000..28385c4d28292 --- /dev/null +++ b/python/python3-Flask-Basicauth/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +python3-Flask-Basicauth: python3-Flask-Basicauth (Flask extension) +python3-Flask-Basicauth: +python3-Flask-Basicauth: Flask-BasicAuth is a Flask extension that provides an easy way to +python3-Flask-Basicauth: protect certain views or your whole application with HTTP basic +python3-Flask-Basicauth: access authentication. +python3-Flask-Basicauth: +python3-Flask-Basicauth: +python3-Flask-Basicauth: Project URL: https://github.com/jpvanhal/flask-basicauth +python3-Flask-Basicauth: +python3-Flask-Basicauth: +python3-Flask-Basicauth: |