humphrey_auth

Crates.iohumphrey_auth
lib.rshumphrey_auth
version0.1.5
sourcesrc
created_at2021-12-18 14:02:20.9979
updated_at2023-10-11 20:12:58.520216
descriptionUser authentication for the Humphrey web server.
homepagehttps://github.com/w-henderson/Humphrey
repositoryhttps://github.com/w-henderson/Humphrey
max_upload_size
id500011
size23,422
William Henderson (w-henderson)

documentation

README

Humphrey Auth

A simple authentication system which integrates with Humphrey.
Guide ยท API Reference



Web applications commonly need a way of authenticating users. This crate provides an easy and secure way to do this, integrating with Humphrey using the AuthApp trait and allowing complete control over the database users are stored in. Humphrey Auth does not come with a database, but the AuthDatabase trait is implemented for Vec<User> to get started. For a production use, you should use a proper database and implement the AuthDatabase trait for it.

Learn more about Humphrey Auth here.

Commit count: 601

cargo fmt