dropwizard-swagger-sample-app icon indicating copy to clipboard operation
dropwizard-swagger-sample-app copied to clipboard

How do I document authentication?

Open jnovotny opened this issue 5 years ago • 0 comments

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?

jnovotny avatar Nov 01 '19 17:11 jnovotny