axum-htpasswd

Crates.ioaxum-htpasswd
lib.rsaxum-htpasswd
version0.2.0
sourcesrc
created_at2024-03-04 21:09:01.194373
updated_at2024-03-23 20:09:13.122782
descriptionSimple file-based authentication in Axum
homepagehttps://github.com/Sarek/axum-htpasswd
repositoryhttps://github.com/Sarek/axum-htpasswd
max_upload_size
id1162263
size60,115
(Sarek)

documentation

README

axum-htpasswd

Even the simplest web applications require the authentication of users for various usages. The goal of this package is to allow this in the simplest way possible that has been around since forever: Using a htpasswd file.

axum-htpasswd supports files with password in plaintext (not recommended), or hashed using Argon2id (recommended), or scrypt.

By enabling the feature cli, the built application will support generating htpasswd files.

Commit count: 36

cargo fmt