cduvray / jwt-authorizer

JWT authorization layer for Axum.
MIT License
69 stars 22 forks source link

Bring back tonic support #52

Open c-peters opened 4 months ago

c-peters commented 4 months ago

Tonic support was removed from this due to incompatibility with hyper version 1.0. Tonic is about to release a new version upgrading (https://github.com/hyperium/tonic/pull/1740) their dependencies including hyper to 1.0.

Would it be possible to bring back support, this allows users to use the same auth layer for both their GRPC endpoints as well as REST endpoints

lcmgh commented 3 months ago

tonic with hyper 1.0 support is released https://github.com/hyperium/tonic/releases

lcmgh commented 3 months ago

I need this as well quite soon. How can we support here?