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
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)
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: