Advanced App Security: Spring Security 5, Jwt, And Testing

Posted By: ELK1nG

Advanced App Security: Spring Security 5, Jwt, And Testing
Published 7/2023
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 1.43 GB | Duration: 3h 34m

Enhancing Application Security: Advanced Techniques for Spring Security 5, JWT, and Comprehensive Testing

What you'll learn

Spring Security 5 & JWT

Authentication

Authorization

Unit and Integration Tests

Password Encryption

RESTful

Validation

User Management

Exceptions Management

Requirements

Experience in Spring Boot required

Description

The "Advanced App Security: Spring Security 5, JWT, and Testing" course provides a comprehensive understanding of essential components in application security. Spring Boot is a powerful framework that simplifies the development of Java applications, offering automated configurations and built-in tools. Spring Security, on the other hand, is a highly customizable security framework that ensures secure access to applications.In this course, you'll dive deep into the concept of JSON Web Tokens (JWT), a popular method for securely transmitting information between parties. You'll learn how JWTs provide a stateless and scalable solution for authentication and authorization in distributed systems. Understanding JWTs is crucial for building secure applications, as they enable seamless and secure communication between client and server.Securing applications is of paramount importance due to the ever-increasing number of cyber threats. Without proper security measures, sensitive data and user information are at risk of being compromised. By implementing Spring Security and JWT, you establish a robust defense against unauthorized access and ensure the integrity and confidentiality of your application.Join this course to acquire practical knowledge and hands-on experience in securing your applications using Spring Boot, Spring Security, and JWT. Gain insights into best practices, advanced security techniques, and the importance of staying ahead in the evolving threat landscape. Enroll now and fortify your application security expertise to protect your software systems and build trust with your users.

Overview

Section 1: Introduction

Lecture 1 Introduction

Lecture 2 What we will build?

Lecture 3 Setup Project

Section 2: User Management

Lecture 4 Code Role Entity

Lecture 5 Code Role Repository

Lecture 6 Test Role Repository

Lecture 7 Code User Entity

Lecture 8 Code User Repository

Lecture 9 Test User Repository

Lecture 10 Code User Service

Lecture 11 Test User Service

Lecture 12 Code User Rest Controller

Lecture 13 Test User Rest Controller

Lecture 14 Write Integration tests for User Rest Controller

Lecture 15 Exception Handling

Lecture 16 Testing the Application with Postman

Section 3: Securing the Application

Lecture 17 How Spring Security works & what is a JWT?

Lecture 18 How to Secure the Application with Spring Securiy and JWT?

Lecture 19 Code UserDetailsService & UserPrincipal

Lecture 20 Code TokenProvider

Lecture 21 Code TokenVerifier

Lecture 22 Code JWTAuthorizationFilter

Lecture 23 Code JWTForbiddenEntryPoint

Lecture 24 Code JWTAccessDeniedHandler

Lecture 25 Code SecurityConfiguration

Lecture 26 Update SecurityConfiguration

Lecture 27 Code AuthRequest & JWT

Lecture 28 Update User Service

Lecture 29 Code AuthController

Lecture 30 Handle Bad Credentials Exception

Lecture 31 Application Testing

The course is intended for software developers and IT professionals who want to strengthen their knowledge in application security. Whether you're an experienced developer or a beginner passionate about application security, this course gives you the opportunity to understand and apply essential principles and practices.