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 has been archived by the owner on Sep 2, 2023. It is now read-only.
My service supports Basic Auth and JWT. When I run the task generateSwaggerDocumentation I got exceptions, which does not prevent the creating of swagger.json, but I want to understand why I have this:
Which controller exactly? I just have a dummy one, without logic. To recreate the scenario, just add a dummy endpoint and protects it with GlobalAuthenticationConfigurerAdapter then on the build phase you can see the issue already
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
My service supports Basic Auth and JWT. When I run the task
generateSwaggerDocumentation
I got exceptions, which does not prevent the creating ofswagger.json
, but I want to understand why I have this:The text was updated successfully, but these errors were encountered: