Security Mindset
Handling Sensitive Data
Authentication & Authorization
Session Management
JWT
Spring Security
Practice
Assignment
Back end Track
Under construction
<aside>
🚧
This page is currently under construction. Please check back later.
</aside>
mplementation plan:
- What is Spring Security — the security framework for Spring
- Adding the
spring-boot-starter-security dependency
- The security filter chain — how requests are intercepted
- Default behavior: everything is protected
- Configuring security:
SecurityFilterChain bean
- Protecting endpoints by role
- Method-level security:
@PreAuthorize, @Secured
- Integrating JWT authentication with Spring Security
- Extracting user information from the token
- Testing secured endpoints
- Exercise: secure the Week 7 project API with JWT and roles
The HackYourFuture curriculum is licensed under CC BY-NC-SA 4.0

*https://hackyourfuture.net/*
Found a mistake or have a suggestion? Let us know in the feedback form.