I use Basic Auth in Dropwizard 0.8 and I need to access the request context in my SimpleAuthenticator class, in addition to the basic credentials.
Perhaps for this I need my own implementation of AuthFactory?
I want to implement basic access control for Basic Auth based on the requested resource path.
thank
John
source
share