salvo-jwt-auth

Crates.iosalvo-jwt-auth
lib.rssalvo-jwt-auth
version0.68.5
sourcesrc
created_at2023-07-10 08:32:39.842246
updated_at2024-07-09 06:43:49.010107
descriptionJwt auth support for salvo web server framework.
homepagehttps://salvo.rs
repositoryhttps://github.com/salvo-rs/salvo
max_upload_size
id912720
size51,303
Chrislearn Young (chrislearn)

documentation

README

salvo-jwt-auth

Jwt auth middleware for Salvo.

This is offical crate, so you can enable it in Cargo.toml like this:

salvo = { version = "*", features=["jwt-auth"] }

Documentation & Resources

Commit count: 3032

cargo fmt