Spring Security: Custom Authentication

Spring security is a powerful authentication and access control framework. It helps in implementing authentication and authorization features in spring applications. In this article, we work on implementing custom authentication using Spring Security in a Spring Boot application. The theory below is complemented with the YouTube video where actual code is demonstrated. Use Case: In

Spring Security: Custom Authentication Read More »