generator-jhipster-quarkus icon indicating copy to clipboard operation
generator-jhipster-quarkus copied to clipboard

jHipster-Quarkus microservice creates code/logic around user authentication

Open rajesh-ryse opened this issue 1 year ago • 3 comments

Overview of the feature request

Every time a new Quarkus microservice is created using jHipster-Quarkus, a bunch of code related to user authentication including jwt token management is create. This is not necessary as the authentication is mostly centralized with token being propagated to different microservices.

The authentication code should be allowed as an option for the user to select.

Motivation for or Use Case

Every time a microservice is created, time is spent in code cleanup.

  • [x ] Checking this box is mandatory (this is just to show you read everything)

rajesh-ryse avatar Jun 12 '24 14:06 rajesh-ryse

This is an issue for JHipster Quarkus, not the main generator.

emilpaw avatar Jun 12 '24 21:06 emilpaw

@rajesh-ryse you should list files you think it should be removed, a PR is welcome. I cannot transfer the issue to quarkus blueprint.

mshima avatar Jun 13 '24 18:06 mshima

@rajesh-ryse @mshima transfered to quarkus blueprint project

DanielFran avatar Jun 13 '24 19:06 DanielFran

Should be fixed in https://github.com/jhipster/generator-jhipster-quarkus/pull/437

mshima avatar Feb 19 '25 13:02 mshima