DDtKey / protect-endpoints

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

feat: initial `axum` support #83

Closed DDtKey closed 8 months ago

DDtKey commented 8 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: