Crates.io | rocket_jwt_auth |
lib.rs | rocket_jwt_auth |
version | 0.0.3 |
source | src |
created_at | 2023-09-14 19:12:27.287027 |
updated_at | 2023-12-12 13:52:42.02598 |
description | JWT header authentication for Rocket |
homepage | |
repository | |
max_upload_size | |
id | 973000 |
size | 4,077 |
Rocket middleware for JWT authentication.
Add the following dependency to your Cargo.toml
file:
[dependencies]
rocket_jwt_auth = "0.0.3"