]> git.ipfire.org Git - thirdparty/starlette.git/commitdiff
Add third party package Startlette-Login (#1638)
authorjockerz <jockerz@protonmail.ch>
Thu, 19 May 2022 18:53:17 +0000 (01:53 +0700)
committerGitHub <noreply@github.com>
Thu, 19 May 2022 18:53:17 +0000 (20:53 +0200)
Co-authored-by: user <user@localhost.localdomain>
Co-authored-by: Marcelo Trylesinski <marcelotryle@gmail.com>
docs/third-party-packages.md

index 66af004728a7b9f7d12e05371a5cbc5fd42ab52b..ceefbd6bff1a602f0b34e80e6cc4df15e9ecd55f 100644 (file)
@@ -97,6 +97,15 @@ A plugin for providing an endpoint that exposes [Prometheus](https://prometheus.
 
 A simple tool for integrating Starlette and WTForms. It is modeled on the excellent Flask-WTF library.
 
+### Starlette-Login
+
+<a href="https://github.com/jockerz/Starlette-Login" target="_blank">GitHub</a> |
+<a href="https://starlette-login.readthedocs.io/en/stable/" target="_blank">Documentation</a>
+
+User session management for Starlette. 
+It handles the common tasks of logging in, logging out, and remembering your users' sessions over extended periods of time.
+
+
 ### Starsessions
 
 <a href="https://github.com/alex-oleshkevich/starsessions" target="_blank">GitHub</a>