filmov
tv
Wiring Spring Security and HTTP Basic Authentication into Our Web App

Показать описание
🌐 Wiring Spring Security and HTTP Basic Authentication into Our Web App🚀
In this video we wire Spring Security into our Spring Boot 3 application, and turn on HTTP Basic username/password authentication to protect our APIs. To access our protected APIs on our Angular 17 front-end, we create an Http Interceptor that will include our Authorization header on each request.
🔐 What You'll Learn in This Tutorial:
The basics of authentication in general, and how it works with Spring Security. Configurations and how to protect some APIs while leaving others public.
🚀 Why Watch? These are the first principals of web authentication you use everyday. Mastering these concepts will provide the building blocks necessary to build bigger and more secure applications.
- git checkout 09-spring-security-configuration-b
Don't forget to 'Subscribe' to continue the journey!
Chapters
0:00 - Getting started with Spring Security Objectives
1:25 - Adding Spring Boot Starter to your project
3:17 - Disabling CSRF
4:18 - Basic authentication curl demo
6:15 - Authorize Angular components
---------------
#SpringBoot #SpringSecurity #HTTPAuthentication #ProgrammingTutorial #WebDevelopment #CurlHeaders #angular #coding
In this video we wire Spring Security into our Spring Boot 3 application, and turn on HTTP Basic username/password authentication to protect our APIs. To access our protected APIs on our Angular 17 front-end, we create an Http Interceptor that will include our Authorization header on each request.
🔐 What You'll Learn in This Tutorial:
The basics of authentication in general, and how it works with Spring Security. Configurations and how to protect some APIs while leaving others public.
🚀 Why Watch? These are the first principals of web authentication you use everyday. Mastering these concepts will provide the building blocks necessary to build bigger and more secure applications.
- git checkout 09-spring-security-configuration-b
Don't forget to 'Subscribe' to continue the journey!
Chapters
0:00 - Getting started with Spring Security Objectives
1:25 - Adding Spring Boot Starter to your project
3:17 - Disabling CSRF
4:18 - Basic authentication curl demo
6:15 - Authorize Angular components
---------------
#SpringBoot #SpringSecurity #HTTPAuthentication #ProgrammingTutorial #WebDevelopment #CurlHeaders #angular #coding