What is Spring Initializr? how to use it?
A detailed guide to understand what is Spring Initializr and how it can be used.
Continue ReadingInformation Brisked Up
A detailed guide to understand what is Spring Initializr and how it can be used.
Continue ReadingWhat is CSRF in Spring Security and how to disable CSRF protection?
Continue ReadingHow to solve the bean currently in creation exception after Spring Boot upgrade?
Continue ReadingHow to implement Spring Security Logout Success Handler? Customize logout using Spring Security’s logoutSuccessHandler()
Continue ReadingHow to use Jasypt in a Spring Boot application? A detailed guide to encrypting application properties using Jasypt.
Continue ReadingWe handle successful authentications by implementing the onAuthenticationSuccess() method of Spring Security’s AuthenticationSuccessHandler Interface. We write our own code to handle the activities and flow for successfully logged in users. Similarly we can handle the authentication failures using Spring Security’s AuthenticationFailureHandler Interface. Spring handles authentication failures and redirect users to the login page by itself […]
Continue Reading