In this tutorial, you are going to learn how to secure your Spring Boot REST APIs using JSON Web Tokens (JWT) with Spring Security. This is a part of Spring security series so if you do not know how to create a basic Spring authentication and authorization then please watch the first part of this video.
*** Basic Auth using PostGres DB - https://www.youtube.com/watch?v=t1uOgEwB7cc
👉🏾Download repo here: https://github.com/dinesh19aug/codingWithDanny/tree/develop/spring-security
⭐ Timestamps ⭐
00:00 intro
0:1:55 What is jwt?
02:31 Why do we need jwt?
06:01 JWT approach
07:22 JWT vs Traditional approach( Simply explained)
011:56 JWT structure
25:00 Securing Jwt
27:19 Spring security flow using JWT
30:33 Code implementation
Download
0 formats
No download links available.
JWT Authentication in Spring Boot 3 - Secure Your API! | NatokHD