Crates.io | salvo-jwt-auth |
lib.rs | salvo-jwt-auth |
version | 0.74.1 |
source | src |
created_at | 2023-07-10 08:32:39.842246 |
updated_at | 2024-11-05 07:10:44.876901 |
description | Jwt auth support for salvo web server framework. |
homepage | https://salvo.rs |
repository | https://github.com/salvo-rs/salvo |
max_upload_size | |
id | 912720 |
size | 51,826 |
This is an official crate, so you can enable it in Cargo.toml
like this:
salvo = { version = "*", features = ["jwt-auth"] }