PackageTrack
Sign in Get early access

http-auth-basic

HTTP Basic Authentication Scheme (RFC 7617 and RFC 2617 compliant, base64-encoded credentials) for Rust applications

0.3.7 4.4M downloads/mo #4797 most downloaded on crates.io EstebanBorai/http-auth-basic

What this package is like to depend on

Last release 23 days ago

31 Jul 2026

Release timing varies

gaps range from 2 weeks to 2.3 years

Most releases are documented

notes for 11 of 14 stable releases

Nothing withdrawn

no release was ever pulled

6 years old

15 releases · first in 2020

2 releases in the last 12 months

see the full history below

Release timeline

15 releases · Aug 2020 to Jul 2026
2021 2022 2023 2024 2025 2026
Release Pre-release

Releases

latest 15
  1. 0.3.7 24 Jan 2026
    Release notes

    What's Changed

    • Redact password in Debug prints + some housekeeping by @Iizuki in #13
    • chore: update gh actions by @LeoBorai in #15

    New Contributors

    Full Changelog: v0.3.5...v0.3.7

    Open source →
  2. 0.3.7-pre.c7a51a3 31 Jul 2026 pre-release
    Release notes

    What's Changed

    • chore(deps): update base64 requirement from 0.22.1 to 0.23.0 by @dependabot[bot] in #16

    Full Changelog: v0.3.7...v0.3.7-pre.c7a51a3

    Open source →
  3. 0.3.5 28 Jul 2024

    Nothing published for this version

  4. 0.3.4 28 Jul 2024

    Nothing published for this version

  5. 0.3.3 30 Mar 2022

    Nothing published for this version

  6. 0.3.2 30 Mar 2022
    Release notes

    fix: updates base64 to 0.13.0

    Open source →
  7. 0.3.1 15 Aug 2021
    Release notes

    [0.3.1] - 2021-08-15

    Fixed
    - CI workflows issues due to missing conditional publishing triggerer and out of
    date `Cargo.lock` file

    Open source →
    Release notes

    Fixed

    • CI workflows issues due to missing conditional publishing triggerer and out of date Cargo.lock file
    Open source →
  8. 0.3.0 15 Aug 2021
    Release notes

    [0.3.0] - 2021-08-15

    Added
    - Support for `FromStr` for `Credentials` `struct` (#5)

    Improved
    - Use `split_once()` instead of `split()` for faster split procedure by avoiding
    unnecessary allocations (#6)

    Open source →
    Release notes

    Added

    • Support for FromStr for Credentials struct (https://github.com/EstebanBorai/http-auth-basic/pull/5)

    Improved

    • Use split_once() instead of split() for faster split procedure by avoiding unnecessary allocations (https://github.com/EstebanBorai/http-auth-basic/pull/6)
    Open source →
  9. 0.2.2 14 Jul 2021
    Release notes

    [0.2.2] - 2021-07-13

    Fixed
    - Fix missing author and year on Apache License

    Open source →
    Release notes

    Fixed

    • Fix missing author and year on Apache License
    Open source →
  10. 0.2.1 14 Jul 2021
    Release notes

    Fixed

    • Fix corrupted Cargo.lock file
    Open source →
  11. 0.2.0 14 Jul 2021
    Release notes

    Chore

    • Update license from GPL V3 to either MIT/Apache to follow Rust ecosystem
    Open source →
  12. 0.1.3 27 Apr 2021
    Release notes

    Fixed

    • Issue where passwords containing a colon caused AuthBasicError::InvalidAuthorizationHeader (https://github.com/EstebanBorai/http-auth-basic/pull/3)

    Braking Change

    • Replace InvalidUTF8Value with InvalidUtf8Value to satisfy Rust conventions

    Added

    • Support for RFC 2617 spec (https://github.com/EstebanBorai/http-auth-basic/pull/3)
    Open source →
  13. 0.1.2 17 Sep 2020
    Release notes

    Added

    • Build Badge
    • Clippy and Fmt Badge
    • Tests Badge
    Open source →
  14. 0.1.1 15 Sep 2020
    Release notes

    Added

    • Badges to README
    • Logo to README
    • Usecase description
    Open source →
  15. 0.1.0 30 Aug 2020
    Release notes

    Added

    • Credentials struct
    • Capability to encode and decode
    • Create Credentials instance from Authorization header value
    Open source →

Every package, every release, already written down.

The archive is open and free. Watching your own project is what we are building next.

Browse the archive