Crates.io | userp |
lib.rs | userp |
version | 0.0.4 |
source | src |
created_at | 2024-10-18 16:03:15.880027 |
updated_at | 2024-10-27 08:37:09.627781 |
description | Userp is a user account system inspired by Next Auth, with OAuth, password and email support, a ready-made Axum router with Askama templates, and more on the way! |
homepage | https://github.com/StefanTerdell/userp |
repository | https://github.com/StefanTerdell/userp |
max_upload_size | |
id | 1414426 |
size | 186,032 |
Warning: This crate is heavily WIP! I'm holding off on doc-comments until I've worked out the module hierarchy and basic API to my satisfaction.
This crate provides a high-level user, authentication and session handling system for Axum, and likely Actix later on. The idea is to use it as a base for something like Next Auth but for Leptos, being easy to set up while heavy on features, with including batteris a higher approach than full customizability.
If you need something truly custom you might want to look at the awesome axum-login or oauth2 crates, but if you just want...
... Then this might be something for you!
Before you ask: design PRs are most welcome 😅