mirror of
				https://github.com/spring-projects/spring-security.git
				synced 2025-10-30 22:28:46 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			366 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			366 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| [[servlet-authentication-unpwd]]
 | |
| = Username/Password Authentication
 | |
| :page-section-summary-toc: 1
 | |
| :figures: images/servlet/authentication/unpwd
 | |
| :icondir: images/icons
 | |
| 
 | |
| One of the most common ways to authenticate a user is by validating a username and password.
 | |
| As such, Spring Security provides comprehensive support for authenticating with a username and password.
 | |
| 
 |