actix-website icon indicating copy to clipboard operation
actix-website copied to clipboard

Is it allowed to add a section about a new authorization middleware in the Middlewares page?

Open hsluoyz opened this issue 4 years ago • 1 comments

We have created an authorization middleware for Actix-web based on Casbin: https://github.com/casbin-rs/actix-casbin-auth

Is it OK for us to add a section about it in the official middleware page: https://actix.rs/docs/middleware/ ? If yes, we will make a PR in this repo for you to review.

hsluoyz avatar May 03 '20 16:05 hsluoyz

Its been on my mind to create an "awesome" style repo for promoting these community crates (and other things) which we could, for example, link to an auth section from the website and would be easier to maintain than adding to directly the website.

Thoughts on this @actix/contributors @actix/core-contributors ?

robjtede avatar May 03 '20 17:05 robjtede

the right place for community crates is in the actix-extras readme: https://github.com/actix/actix-extras#community-crates

robjtede avatar Mar 02 '24 17:03 robjtede