change alg signature
This commit is contained in:
parent
df7514e14a
commit
e192f70c66
|
@ -58,7 +58,7 @@ public class SecretService {
|
|||
}
|
||||
|
||||
public byte[] getHS512SecretBytes() {
|
||||
return TextCodec.BASE64.decode(secrets.get(SignatureAlgorithm.HS384.getValue()));
|
||||
return TextCodec.BASE64.decode(secrets.get(SignatureAlgorithm.HS512.getValue()));
|
||||
}
|
||||
|
||||
public Map<String, String> refreshSecrets() {
|
||||
|
|
Loading…
Reference in New Issue