[][src]Crate actix_web_grants

A crate for validate user authoritites in actix-web.

For built-in configure see: GrantsMiddleware.

The library can also be integrated with third-party solutions (like httpauth), see authorities module.

You can find more examples in the git repository, examples folder.

Modules

authorities

A set of traits and structures for custom integration.

proc_macro

Procedural macros for checking user authorities or roles.

Structs

GrantsMiddleware

Built-in middleware for extracting user authority.