Estou com problemas quando vou gerar o token do jwt, o meu postman retorna com o seguinte erro:
"message": "Unable to obtain JCA MAC algorithm 'HmacSHA256': Algorithm HmacSHA256 not available", "trace": "io.jsonwebtoken.SignatureException: Unable to obtain JCA MAC algorithm 'HmacSHA256': Algorithm HmacSHA256 not available\r\n\tat io.jsonwebtoken.impl.crypto.MacSigner.getMacInstance(MacSigner.java:56)
Estou fazendo o curso de api rest java com spring boot e travei nesta parte.