Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Securing Spring Applications with JWTs
Rating: 4.4 out of 5(24 ratings)
944 students
Created byIsaiah Osarobo
Last updated 7/2024
English

What you'll learn

  • Understand how to set up a spring boot project
  • Learn how to implement spring security in sprng based apps
  • Completely understand how to generate jwt tokens for user authentication and authorization
  • Learn how to configure Role bases access in a spring boot application

Course content

1 section7 lectures1h 56m total length
  • Introduction and Overview11:14
  • Explanation Of The Spring Security Work flow2:30
  • Explaining what a Jwts are and how they are represented6:18
  • Defining User Entity For Project11:17
  • Creating a Jwt Service Class14:30
  • Creating a JwtAuthFilterClass and Overriding Spring Security Default Config1:02:17
  • Final Update for the latest version of the Jjwt dependency8:27

Requirements

  • Experience in setting up a spring boot applicationn, Git and github

Description

Hello welcome to the spring security with jwt free master course, my name is Isaiah Osarobo and I'm the instructor of this course, for you to get started with this course you should already have a prior knowledge of how to develop a spring boot application and how to make use of github, However if you don't have any prior knowledge of how to create a simple spring boot application don't worry, you can checkout out my other free course on how to create a new spring boot application. In this complete spring security video tutorial we'll learn how to implement proper authorization and authentication logic for our springboot applications using spring security and Jwts following the updated standard. The major key concept we take a look at is how to provide proper configuration for authorization and authentication in a spring boot application. The complete project can be found in the github repository iocods/iocode-jwt-spring-security (Note I can't provide the full link due to Udemy restrictions). To get started with the tutorial and project you'll either have to create a simple spring application that exposes an endpoint or you clone the start branch of the above github repository using the command below: "git clone -b start --single-branch iocods/iocode-jwt-spring-security.git" Note: use the full link of github before the repository part.

Who this course is for:

  • Beginner spring boot developers who wants to understand how to integrate jwt with spring security.