diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2015-04-08 10:58:05 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2015-04-08 10:58:05 +0000 |
commit | f848c882de14f628ede81fc7c5d122f19111e3c7 (patch) | |
tree | ae5a10e3b760bc48bc0b2d15fcfb774b70424e14 /security/py-flask-httpauth/pkg-descr | |
parent | Unbreak, the tarball is now mirrored in download.kde.org. (diff) |
Basic and Digest HTTP authentication for Flask routes.
WWW: http://github.com/miguelgrinberg/flask-httpauth/
Diffstat (limited to 'security/py-flask-httpauth/pkg-descr')
-rw-r--r-- | security/py-flask-httpauth/pkg-descr | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/security/py-flask-httpauth/pkg-descr b/security/py-flask-httpauth/pkg-descr new file mode 100644 index 000000000000..7adca4631c82 --- /dev/null +++ b/security/py-flask-httpauth/pkg-descr @@ -0,0 +1,3 @@ +Basic and Digest HTTP authentication for Flask routes. + +WWW: http://github.com/miguelgrinberg/flask-httpauth/ |