summaryrefslogtreecommitdiffstats
path: root/python/Flask-Login/README
diff options
context:
space:
mode:
author Dimitris Zlatanidis2016-08-10 20:09:32 +0200
committer Willy Sudiarto Raharjo2016-08-13 02:22:19 +0200
commitcf83be6d3cb72f3499925a4dadc4e2e0d3437e93 (patch)
tree4703fdd3acce40692149076925b265b14fe78bc4 /python/Flask-Login/README
parent352c017698a055a14e76d2a7bba0b8c6e0a0400c (diff)
downloadslackbuilds-cf83be6d3cb72f3499925a4dadc4e2e0d3437e93.tar.gz
python/Flask-Login: Added (User session management for Flask).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'python/Flask-Login/README')
-rw-r--r--python/Flask-Login/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/python/Flask-Login/README b/python/Flask-Login/README
new file mode 100644
index 0000000000..7ea25670c3
--- /dev/null
+++ b/python/Flask-Login/README
@@ -0,0 +1,4 @@
+Flask-Login provides user session management for Flask.
+It handles the common tasks of logging in, logging out,
+and remembering your users’ sessions over extended periods
+of time.