Crates.io | axum-htpasswd |
lib.rs | axum-htpasswd |
version | 0.2.0 |
source | src |
created_at | 2024-03-04 21:09:01.194373 |
updated_at | 2024-03-23 20:09:13.122782 |
description | Simple file-based authentication in Axum |
homepage | https://github.com/Sarek/axum-htpasswd |
repository | https://github.com/Sarek/axum-htpasswd |
max_upload_size | |
id | 1162263 |
size | 60,115 |
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.