summaryrefslogtreecommitdiffstats
path: root/python/Flask-Login/README
diff options
context:
space:
mode:
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.