Crates.io | axum-token-auth |
lib.rs | axum-token-auth |
version | |
source | src |
created_at | 2024-01-20 15:10:14.191423 |
updated_at | 2025-01-26 12:53:38.814211 |
description | simple, passwordless authentication middleware for axum |
homepage | https://github.com/strawlab/axum-token-auth |
repository | https://github.com/strawlab/axum-token-auth |
max_upload_size | |
id | 1106557 |
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` |
size | 0 |
axum-token-auth
is middleware to authenticate requests to axum.
More information about this crate can be found in the crate documentation.
This project is licensed under the MIT license.
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.