Releases: Sarek/axum-htpasswd
Releases · Sarek/axum-htpasswd
v0.2.0
v0.1.0
The initial release of axum-htpasswd. It supports the most basic functionality of performing "Basic Authentication" against the user/password combinations listed in a htpasswd-style file.
At this time, only a plaintext file is supported.
What's Changed
- Fix CI errors by @Sarek in #1
- Fix clippy findings by @Sarek in #2
- Plaintext Encoding & Prepare for Publication by @Sarek in #3
New Contributors
Full Changelog: https://github.com/Sarek/axum-htpasswd/commits/v0.1.0