Crate actix_web_grants[][src]

Expand description

A crate for validate user permissions in actix-web.

For built-in configure see: GrantsMiddleware.

To check user access to specific services, you can use: proc-macro and PermissionGuard or manual.

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

You can find more examples in the git repository.

Modules

A set of traits and structures for custom integration.

Procedural macros for checking user permissions or roles.

Structs

Built-in middleware for extracting user permission.

Implementation of Guard trait for validate permissions