Open mraible opened 5 hours ago
@mshima The value for the secret key seems wrong. From application-dev.yml
:
security:
token:
jwt:
generator:
access-token:
expiration: 86400
signatures:
secret:
generator:
secret: ${jhipster.security.authentication.jwt.base64-secret:}
Overview of the issue
If I generate an app with the following:
I'm unable to log in:
Reproduce the error
Then, try to log in with admin/admin.
Related issues
Suggest a Fix
JHipster configuration, a
.yo-rc.json
file generated in the root folder.yo-rc.json file
Environment and Tools
openjdk version "17.0.13" 2024-10-15 OpenJDK Runtime Environment Temurin-17.0.13+11 (build 17.0.13+11) OpenJDK 64-Bit Server VM Temurin-17.0.13+11 (build 17.0.13+11, mixed mode, sharing)
git version 2.39.5 (Apple Git-154)
node: v20.18.0 npm: 10.9.0
Docker version 27.3.1, build ce12230
JDL for the Entity configuration(s)
entityName.json
files generated in the.jhipster
directoryJDL entity definitions