Skip to content

Commit

Permalink
Update JWT basic auth dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
DamnClin committed Aug 29, 2022
1 parent cf6ae9a commit 510a975
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,13 @@ JHipsterModuleResource jwtBasicAuthModule(JwtAuthenticationApplicationService jw
.slug("spring-boot-jwt-basic-auth")
.propertiesDefinition(JHipsterModulePropertiesDefinition.builder().addBasePackage().addIndentation().build())
.apiDoc(new JHipsterModuleApiDoc("Spring Boot - MVC - Security", "Add Basic Auth for Spring Security JWT"))
.organization(JHipsterModuleOrganization.builder().addModuleDependency("spring-boot-jwt").addFeatureDependency("springdoc").build())
.organization(
JHipsterModuleOrganization
.builder()
.addModuleDependency("spring-boot-jwt")
.addModuleDependency("springdoc-mvc-openapi-with-security-jwt")
.build()
)
.tags("server", "spring", "spring-boot", AUTHENTICATION)
.factory(jwtAuthentications::buildBasicAuthModule);
}
Expand Down

0 comments on commit 510a975

Please sign in to comment.