Expand description
§simple-authorization
Request Guard for Rocket Framework
This crate provides a request guard builder used for authorization.
See examples
.
Macros§
- authorizer
- To let a struct which implements the
SimpleAuthorization
trait become an authorizer.
Traits§
- Simple
Authorization - The trait for an authorizer.