jhipster / generator-jhipster-quarkus

Quarkus blueprint for JHipster
https://www.jhipster.tech/blueprints/quarkus/
Apache License 2.0
140 stars 55 forks source link

CLI accepts any value as authentication type #352

Closed emilpaw closed 3 months ago

emilpaw commented 5 months ago

Describe the bug The CLI asks for a text input for the authentication type and accepts any value. The generation succeeds, but the resulting application can't be compiled.

Invalid input is accepted

Expected behavior Let the user select an authentication type like in the base generator: Authentication type selection

mraible commented 3 months ago

Added a bug bounty to get this fixed.

emilpaw commented 3 months ago

@mraible Cool, thanks! I'm working on it.