actix-web-grants

A crate for validate user authoritites in [actix-web].

crates.io Documentation Apache 2.0 or MIT licensed

To check user access to specific services, you can use built-in proc-macro and AuthorityGuard or manual.

The library can also be integrated with third-party solutions (like [actix-web-httpauth]).

You can find more [examples] in the git repository folder and [documentation].

[documentation]: