Spring Boot Security - Generate JWT

preview_player
Показать описание
Spring Boot Security - Generate JWT

Рекомендации по теме
Комментарии
Автор

Awesome lessons. Thanks, Teddy. You're a great guy and a great teacher. Keep sharing your knowledge, please.

Devivl
Автор

Hi! Thank you so much for the tutorial. I've been able to replace most of the deprecated parts of your code with the updated versions using documentation, however, for the function 'getUsernameFromJWT', I get "parseClaimsJws" in red...it seems that Jwts.parser() is considered deprecated in the recent java documentation, but there is no suggestion on the docs about what to replace 'parseClaimsJws' with. I can't find anything online about how to go about solving this. Do you have any idea? Thanks again :)

jasminetea
Автор

Thank you so much Teddy, very much appreciated. i really wish you can make a front end app to connect with this back-end.

travahnetshisaulu
Автор

JWTGenerator not generating the token. it giving 401Unauthorized.

Mahmudulhasan-tshm
Автор

Hello Teddy, I am new to JWT. When to use a AuthenticationFilter and when to use a JwtAuthenticationEntryPoint?

ElmshornBoy
Автор

the parser() method and signWith() are Deprecated :c

ViorelMoschoi