I generated two jhipster applications: microservice gateway and microservice application choosing to secure it with JWT. The authorization works as excepted meaning that when I log in as a user with microservice gateway it sends an authentication token
and using this token I can issue a direct request to microservice application in order to access protected resources.
The question is how the microservice application correctly validates JWT token even though the jhipster.security.authentication.jwt.base64-secret
keys are different in the generated applications?