How To Refresh JWT in Spring Boot? - Tutorial

preview_player
Показать описание
Hello Guys!
Today I'm making Tutorial requested by some people on JWT Refresh Token in Spring Boot! We will briefly talk, why to implement JWT Refresh Token in your project, flow of using it and then we will go straight into in depth implementation! I hope you enjoy, In case of any questions feel free to ask at the comments down below! Go and see example code on my github:
Рекомендации по теме
Комментарии
Автор

Thank you for showing us the code for both access token generation as well as consumption using APIs. My doubts are cleared after watching this video. Hope you continue providing more great content like this.

rajeevsai
Автор

Damn bro, works like a charm, Thanks man, Finally able to learn it!

cmctest
Автор

Really good video, man. Helped me a lot. Thank you!

righettech
Автор

Please SIR PLEASE MAKE MORE VIDEOS PLEASE INCREDIBLE

tomacostel
Автор

Hi. I have one question. When the access token is expired, we need to refresh it with /auth/refresh endpoint. But if it is expired, the AuthorizationFilter when intercepting this endpoint will throw an erorr that token is expired. Maybe i didn't see smth in the code, but why u are not getting this error in the video? Should i permitAll() this endpoint ot it is not a good practise?

bravespirit
Автор

Hello, in your last video on Role based token you used /login endPoint to generate a token. Can u help pls ? can i see your Controller pls ?

funity