This version is still in development and is not considered stable yet. For the latest stable version, please use Spring Security 6.3.4! |
Authentication
Spring Security provides comprehensive support for authentication. Authentication is how we verify the identity of who is trying to access a particular resource. A common way to authenticate users is by requiring the user to enter a username and password. Once authentication is performed we know the identity and can perform authorization.