Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/LonelyVikingMichael/litestar-users

Authentication and user management for the Litestar framework
https://github.com/LonelyVikingMichael/litestar-users

Last synced: 2 months ago
JSON representation

Authentication and user management for the Litestar framework

Awesome Lists containing this project

README

        

# litestar-users

Effortlessly add secure authentication to your [Litestar](https://litestar.dev/) 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](https://lonelyvikingmichael.github.io/litestar-users/)

Otherwise [check out the examples](https://github.com/LonelyVikingMichael/litestar-users/tree/main/examples)