Skip to content
New issue

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

Jwts - setSigningKey e parseClaimsJws estão depreciados. Como resolver esse problema? #15

Open
odairsp opened this issue Sep 12, 2024 · 1 comment

Comments

@odairsp
Copy link

odairsp commented Sep 12, 2024

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?

@srmatheusmaciel
Copy link

Também estou com o mesmo problema e substituição por
Jwts.parserBuilder()
também não pega

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants