dropwizard-swagger-sample-app
dropwizard-swagger-sample-app copied to clipboard
How do I document authentication?
I'm using @Auth with Dropwizard but Swagger UI doesn't work
@Path("/auth")
@POST
public String auth(@Auth UserPrincipal userPrincipal)
How do we document this code above with Swagger?