Agenda of this course
What is security and why it is important for any web application
Creating a simple spring boot project with security enabled inside it
Testing the simple application that we created using browser and postman by using default and configured credentials
Understanding on how multiple requests will get processed even with out credentials once the user is authenticated.
Internal architecture of Spring Security. Don't worry if you have not understand this. We will discuss in detail about each component involved in the coming sections :)