We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bom dia, Gleyson
Tudo bem?
Eu estou fazendo o bootcampo do Claro Java com SpringBoot 2024 - nas aulas do curso "Spring Security com JWT" :
JWT-JSON Web Token - Parte 3
No arquivo "JWTCreator" na função: public static JWTObject create(String token,String prefix,String key)
na linha,
Claims claims = Jwts.parser().setSigningKey(key).parseClaimsJws(token).getBody();
"setSigningKey" e "parseClaimsJws" estão depreciados, e não consegui resolver.... Teria como atualizar esta aula ou mostrar como resolver?
The text was updated successfully, but these errors were encountered:
Também estou com o mesmo problema e substituição por Jwts.parserBuilder() também não pega
Sorry, something went wrong.
No branches or pull requests
Bom dia, Gleyson
Tudo bem?
Eu estou fazendo o bootcampo do Claro Java com SpringBoot 2024 - nas aulas do curso "Spring Security com JWT" :
JWT-JSON Web Token - Parte 3
No arquivo "JWTCreator" na função:
public static JWTObject create(String token,String prefix,String key)
na linha,
Claims claims = Jwts.parser().setSigningKey(key).parseClaimsJws(token).getBody();
"setSigningKey" e "parseClaimsJws" estão depreciados, e não consegui resolver.... Teria como atualizar esta aula ou mostrar como resolver?
The text was updated successfully, but these errors were encountered: