axum-token-auth

Crates.ioaxum-token-auth
lib.rsaxum-token-auth
version
sourcesrc
created_at2024-01-20 15:10:14.191423
updated_at2025-01-26 12:53:38.814211
descriptionsimple, passwordless authentication middleware for axum
homepagehttps://github.com/strawlab/axum-token-auth
repositoryhttps://github.com/strawlab/axum-token-auth
max_upload_size
id1106557
Cargo.toml error:TOML parse error at line 17, column 1 | 17 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Andrew Straw (astraw)

documentation

README

axum-token-auth

axum-token-auth is middleware to authenticate requests to axum.

Build status Crates.io Documentation

More information about this crate can be found in the crate documentation.

License

This project is licensed under the MIT license.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in axum-token-auth by you, shall be licensed as MIT, without any additional terms or conditions.

Commit count: 12

cargo fmt