October 2020
Beginner to intermediate
560 pages
14h 52m
English
This chapter covers
Implementing and working with the PasswordEncoder
Using the tools offered by the Spring Security Crypto module
In chapter 3, we discussed managing users in an application implemented with Spring Security. But what about passwords? They’re certainly an essential piece in the authentication flow. In this chapter, you’ll learn how to manage passwords and secrets in an application implemented with Spring Security. We’ll discuss the PasswordEncoder contract and the tools offered by the Spring Security Crypto module (SSCM) for the management of passwords.
From chapter 3, you should now have a clear image of what the UserDetails interface is as well as ...
Read now
Unlock full access