smallrye / smallrye-jwt

Apache License 2.0
75 stars 48 forks source link

Create smallrye-jwt-reactive module #345

Open sberyozkin opened 3 years ago

sberyozkin commented 3 years ago

We should have a new module which will offer Uni responses for JWTParser and JWTCallerPrincipalFactory which will help Quarkus users write better reactive applications involving smallrye-jwt

kdubb commented 2 years ago

Any movement on this? This is literally the only code we have that isn't reactive or coroutines. We verify our JWTs using HTTP JWKs which obviously required remote fetches. The fetches are already reactive this interface is the only limiter.