[][src]Crate rocket_simple_authorization

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<E> trait become an authorizer. The default <E> is <String>.

Traits

SimpleAuthorization

The trait for an authorizer.