Completed
Outside and Security
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Spring Security for N00bz - A Quick Introduction for the Terminally Insecure
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Who am I
- 3 Outside and Security
- 4 System Security
- 5 Spring Security
- 6 Request Filtering
- 7 Lets Code
- 8 Dress Appropriately
- 9 Lets Get Started
- 10 My Favorite IDE
- 11 Form Controller
- 12 Terminal
- 13 Spring Security Configuration
- 14 Login Page
- 15 Password Encoder
- 16 Authorization
- 17 OAuth
- 18 Generating a new project
- 19 Adding dependencies
- 20 Configuration
- 21 Endpoint Rest Controller
- 22 Login with Google
- 23 Resource Servers
- 24 OAuth2 Resource Server
- 25 Resource Controller
- 26 JSON Web Token
- 27 Creating a Filter
- 28 Creating Endpoints
- 29 Customer Customization
- 30 Demo