LonelyVikingMichael / litestar-users

Authentication and user management for the Litestar framework

Home Page:https://lonelyvikingmichael.github.io/litestar-users/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

litestar-users

Effortlessly add secure authentication to your Litestar application.

Features

  • Session, JWT and JWTCookie authentication backends
  • Customizable pre- and post-operation hooks
  • Optional RBAC (Role based access control)
  • Pre-configured route handlers for:
    • Authentication
    • Registration and verification
    • Password recovery
    • Administrative user and role management

Getting started

Installation

pip install litestar-users

Documentation

Read the documentation

Otherwise check out the examples

About

Authentication and user management for the Litestar framework

https://lonelyvikingmichael.github.io/litestar-users/

License:MIT License


Languages

Language:Python 100.0%