Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/magiclen/rocket-simple-authorization

This crate provides a request guard builder used for authorization.
https://github.com/magiclen/rocket-simple-authorization

authentication authroization rocket rust

Last synced: about 2 months ago
JSON representation

This crate provides a request guard builder used for authorization.

Awesome Lists containing this project

README

        

`simple-authorization` Request Guard for Rocket Framework
====================

[![CI](https://github.com/magiclen/rocket-simple-authorization/actions/workflows/ci.yml/badge.svg)](https://github.com/magiclen/rocket-simple-authorization/actions/workflows/ci.yml)

This crate provides a request guard builder used for authorization.

See `examples`.

## Crates.io

https://crates.io/crates/rocket-simple-authorization

## Documentation

https://docs.rs/rocket-simple-authorization

## License

[MIT](LICENSE)