DDtKey / protect-endpoints

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

Any plans for supporting salvo? #55

Closed shujaatak closed 3 months ago

shujaatak commented 9 months ago

Wondering if there are plans for supporting other frameworks specially salvo?

DDtKey commented 9 months ago

Hi @shujaatak, There are plans to cover a couple more frameworks.

I'll have to do some research on salvo before giving a final answer. But I'll be happy to add it to the list. Also anyone wishing to contribute is welcome!

Thanks for the question!

DDtKey commented 9 months ago

Looks like it's technically not that hard to support salvo

DDtKey commented 9 months ago

Just to keep informed: support for salvo and axum is on the way, they will actively reuse code since they are both tower compatible.

UPD: my bandwidth has been limited for a while, sorry for the delay, but support will definitely be here!

DDtKey commented 5 months ago

Initial version of axum support is released (but will be changed a bit later).

Salvo is next, already in progress and will reuse core functionality, however requires a little bit more time because of the specific.

DDtKey commented 3 months ago

Finally here we are 😅
salvo is supported now