-
I was porting my code over to Quarkus, along with a dump request handler to log incoming requests to my liking. Naturally, i implemented a RESTEasy pair of
While my |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Oh, my bad, turns out to be a feature described here: https://quarkus.io/guides/security-built-in-authentication - |
Beta Was this translation helpful? Give feedback.
Oh, my bad, turns out to be a feature described here: https://quarkus.io/guides/security-built-in-authentication -
By default the authentication security constraints are enforced before the JAX-RS chain starts.