Crate authorize

Source
Expand description

Generic authorization routines.

Traitsยง

Authorize
Implementor should be authorized.
Role
Marker trait of role. Implement it for your struct or enum to represent roles in your services.