-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Closed
Description
Per #8446, the JJWT library requires at least 32 bytes for the application secret (if using HMAC-SHA256) up to 64 bytes (if using HMAC-SHA512)
This traces down to the SecretsConfiguration:
but the parser does not specify a minimum length for the secret:
Amongst other things, upgrading the library means that "changeme" will no longer work as the secret with the JJWT codec -- which means we probably have to map it to something that does conform..
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels