Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/magiclen/rocket-jwt-authorization
This crate provides a procedure macro to create request guards used for authorization.
https://github.com/magiclen/rocket-jwt-authorization
authentication authorization jwt rocket rust
Last synced: 4 months ago
JSON representation
This crate provides a procedure macro to create request guards used for authorization.
- Host: GitHub
- URL: https://github.com/magiclen/rocket-jwt-authorization
- Owner: magiclen
- License: mit
- Created: 2020-06-19T04:13:19.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-18T08:44:01.000Z (about 1 year ago)
- Last Synced: 2024-09-28T15:42:07.562Z (4 months ago)
- Topics: authentication, authorization, jwt, rocket, rust
- Language: Rust
- Homepage:
- Size: 33.2 KB
- Stars: 11
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
`jwt-authorization` Request Guard for Rocket Framework
====================[![CI](https://github.com/magiclen/rocket-jwt-authorization/actions/workflows/ci.yml/badge.svg)](https://github.com/magiclen/rocket-jwt-authorization/actions/workflows/ci.yml)
This crate provides a procedural macro to create request guards used for authorization.
See `examples`.
## Crates.io
https://crates.io/crates/rocket-jwt-authorization
## Documentation
https://docs.rs/rocket-jwt-authorization
## License
[MIT](LICENSE)