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
{{ message }}
This repository was archived by the owner on Jan 18, 2025. It is now read-only.
I have a Dropwizard application configured. The endpoint is configured as follows:
My app:

I want to create personalized experience for the authenticated user but I cannot pass the user to the
@ForIntentmethod for obvious reasons.In order to solve this I'm required to create an instance per request/user however that feels like bad practice.
How do I use this library with my use case?