how to Register a filter implementing ContainerRequestFilter with micronaut #8990
Unanswered
IshaanDesai45
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
So I have a API that does auth based with the help of a Filter lets says AuthFilter which basically implements ContainerRequestFilter from
javax.ws.rs.container.ContainerRequestFilter
The basic implementation would be
Can I register such a filter with micronaut ? if yes how so
Beta Was this translation helpful? Give feedback.
All reactions