DDtKey / protect-endpoints

Authorization extension for popular web-frameworks to protect your endpoints
Apache License 2.0
214 stars 16 forks source link

New release with Actix Web 4 support #31

Closed Chaostheorie closed 2 years ago

Chaostheorie commented 2 years ago

I would like to request a new major release (3.0.0) with support for the stabilized Actix Web 4.0. Most of the work for such a release has already been done, with the changes added in 3.0.0-beta.x. The required changes have been done in #30.

PS: Thank you for your awesome work on Actix Web grants. I've recently started to use Actix Web for a personal project, and the permission guarding with the grant macros was very helpful for getting everything started.

DDtKey commented 2 years ago

Thank you very much! 👍 I've published the stable version!

Chaostheorie commented 2 years ago

Thank you for the fast response and release.