You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ao seguir o projeto pelo youtube me deparei com o seguinte erro ao debugar o spring security JwtAuthenticationProvider : Failed to authenticate since the JWT was invalid
Pelo que eu vi, outras pessoas que realizaram o tutorial mais recentemente também estão com o mesmo problema.
Realizei testes clonando o projeto e também deu mesmo erro.
O log so fica disponivel ao adicionarmos o comando logging.level.org.springframework.security=DEBUG no application.properties. Cao contrario só aparecera a mensagem com o status 401 Unauthorized
The text was updated successfully, but these errors were encountered:
Ao seguir o projeto pelo youtube me deparei com o seguinte erro ao debugar o spring security
JwtAuthenticationProvider : Failed to authenticate since the JWT was invalid
Pelo que eu vi, outras pessoas que realizaram o tutorial mais recentemente também estão com o mesmo problema.
Realizei testes clonando o projeto e também deu mesmo erro.
O log so fica disponivel ao adicionarmos o comando
logging.level.org.springframework.security=DEBUG
no application.properties. Cao contrario só aparecera a mensagem com o status 401 UnauthorizedThe text was updated successfully, but these errors were encountered: