Skip to main content

Authentication library for Starlette.

Project description

Starlette Auth

Authentication library for Starlette.

PyPI GitHub Libraries.io dependency status for latest release PyPI - Downloads GitHub Release Date

Installation

Install starlette_auth using PIP or poetry:

pip install starlette_auth

Features

  • Vanilla Starlette integration. Following standards ensures compatibility with other libraries.
  • Multiple backends. Supports multiple authentication backends (e.g. database, OAuth, etc.)
  • Remember me. Persistent sessions with expiration time.
  • Middleware to protect route segments.
  • Session fixation protection

Quick start

See example application in examples/ directory of this repository.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

starlette_auth-0.1.0.tar.gz (5.4 kB view hashes)

Uploaded Source

Built Distribution

starlette_auth-0.1.0-py3-none-any.whl (7.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page