Completed
- Explain basic authentication
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Spring Security Tutorial - NEW - 2022
Automatically move to the next video in the Classroom when playback concludes
- 1 - Intro
- 2 - Guest Course Intro
- 3 - Nelson Course Intro
- 4 - Bootstrap app
- 5 - Create API
- 6 - Install Spring Security
- 7 - Explain form login
- 8 - Explain basic authentication
- 9 - Implement basic authentication
- 10 - Implement basic authentication
- 11 - Explain JWT authentication
- 12 - Implement JWT authentication filter
- 13 - Implement JWT utils class and finalise the filter
- 14 - Tell Spring to use the JWT filter
- 15 - Implement userDetailsService
- 16 - Add the authenticationProvider bean
- 17 - Add session management creation policy
- 18 - Implement Authentication controller
- 19 - Improve the code
- 20 - Testing the application
- 21 - Outro