Skip to content

Releases: Sarek/axum-htpasswd

v0.2.0

23 Mar 20:06
4bc860e

Choose a tag to compare

What's Changed

  • CLI application, Argon2 and scrypt support by @Sarek in #4

Full Changelog: v0.1.0...v0.2.0

v0.1.0

04 Mar 20:59
v0.1.0
6ed9691

Choose a tag to compare

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

  • @Sarek made their first contribution in #1

Full Changelog: https://github.com/Sarek/axum-htpasswd/commits/v0.1.0