spring-security/docs/modules/ROOT/pages/servlet/authentication/passwords/index.adoc

10 lines
366 B
Plaintext
Raw Normal View History

2021-08-26 02:31:00 +08:00
[[servlet-authentication-unpwd]]
= Username/Password Authentication
:page-section-summary-toc: 1
2021-08-26 02:31:00 +08:00
: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.