It would be great to enhance the security of the REST API feature by hashing the password in the application.properties as an Argon2 hash.
I know this is not a high security context. Still I would feel better if secrets are encoded. Because why do you even have authentication if the credentials are not stored safely.
It would be great to enhance the security of the REST API feature by hashing the password in the application.properties as an Argon2 hash.
I know this is not a high security context. Still I would feel better if secrets are encoded. Because why do you even have authentication if the credentials are not stored safely.