jockerz / Starlette-Login

User session management for Starlette
https://starlette-login.readthedocs.io
MIT License
11 stars 2 forks source link
async authentication fastapi http python starlette

Coverage Test Status Package Version Supported Python versions Documentation Status

Introduction

https://starlette-login.readthedocs.io

Starlette-Login provides user session management for Starlette. Much inspired by Flask-Login, it handles the common tasks of logging in, logging out, and remembering your users' sessions over extended periods of time.

Installation

pip install Starlette-Login

Usage Examples