Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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)