Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/magiclen/rocket-simple-authorization
- Owner: magiclen
- License: mit
- Created: 2019-04-30T13:23:02.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-11-03T02:38:30.000Z (about 1 year ago)
- Last Synced: 2024-11-14T17:11:35.322Z (about 2 months ago)
- Topics: authentication, authroization, rocket, rust
- Language: Rust
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)