Create Custom Login Form in Angular for Spring Security Basic HTTP Authentication Mechanism

Опубликовано: 27 Октябрь 2024
на канале: Java Rush
1,443
18

In this video, we create a custom login form in Angular app to send username and password in Authorization request header in order to authenticate the user. We also add some routing in the angular app and add bootstrap to make the app look nicer. Take a look the following useful links:

Full playlist -    • Securing Single Page Applications wit...  
Source code - https://github.com/himanshu-pareek/Sp...
Previous part:
Video -    • Sending Requests from Angular to Secu...  
Code - https://github.com/himanshu-pareek/Sp...
Bootstrap - https://getbootstrap.com/
Angular Routing - https://angular.io/guide/routing-over...
X-Requested-With header - https://stackoverflow.com/questions/1...
Angular HTTP Interceptor - https://angular.io/guide/http-interce...