You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
sberyozkin
changed the title
Create smallrye-jwt-parser-reactive module
Create smallrye-jwt-reactive module
Dec 10, 2020
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.
We should have a new module which will offer
Uni
responses forJWTParser
andJWTCallerPrincipalFactory
which will help Quarkus users write better reactive applications involving smallrye-jwtThe text was updated successfully, but these errors were encountered: