DDtKey / protect-endpoints

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

feat: initial `axum` support #83

Closed DDtKey closed 6 months ago

DDtKey commented 6 months ago

Description:

Initial support for axum

After that need to reconsider core crate impl (especially after checking how it will work with salvo). Axum has a policy of "infallible" results

Also:

Checklist: