springboot learn thymeleaf WebSecurityConfigurerAdapter
-
Updated
Nov 16, 2022 - Java
springboot learn thymeleaf WebSecurityConfigurerAdapter
spring-boot security remember-me. stores the user's identity into the Cookie or database and uses it to identify the user.
spring-boot security custom login. to customize the login page.
spring-boot security oauth2 JDBC. The OAuth 2.0 authorization framework enables a third-party application to obtain limited access to an HTTP service.
spring-boot security form-based login. it is a way in which the user's authentication is done by the login form. This form is built-in and provided by the spring security framework.
spring-boot security method level. Security applied on a method restricts to the unauthorized user and allow only authentic user.
spring-boot security login and logout. a Spring MVC application with Spring Security and implementing login and logout features.
Guided By: Telusko [Spring Security]
Add a description, image, and links to the websecurityconfigureradapter topic page so that developers can more easily learn about it.
To associate your repository with the websecurityconfigureradapter topic, visit your repo's landing page and select "manage topics."