Crate rocket_simple_authorization

Source
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§

SimpleAuthorization
The trait for an authorizer.