In any web app security has always been a great concern.While dealing with app in java, Spring provides wonderful security features to secure our app.Here we have a list of examples to secure spring based web applications.
Implement JWT authentication with Spring Boot and maven.Using OncePerRequestFilter class to define custom authentication mechanism to URLs as well as for methods.
Implementation of Spring Boot Security OAuth2 with CRUD example to secure REST APIs.Implementation of AuthorizationServer,ResourceServer with mysql db and spring data. BCryptPasswordEncoder is used for password encoding.
This post explains Bcrypt password encoding with Spring boot Security to save encrypted password in db.It provides an example about how to authenticate user with Bcypt encoded password mechanism.
Spring boot security with hibernate integration custom form login example.Use of hibernate to get user details from DB using custom UserDetailService and provide role based authentication to users.
I am a technology savvy professional with exceptional capacity to analyze, solve problems, and multi task. I love blogging and spends most of the free time in learning and implementing new technolo...