servlet-authentication-passwords.md 425 字节
Newer Older
茶陵後's avatar
茶陵後 已提交
1 2 3 4 5 6 7 8 9 10 11 12
# Username/Password Authentication

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.

## Section Summary

* [Reading Username/Password](input.html)
* [Password Storage](storage.html)

[Authentication Architecture](../architecture.html)[Reading Username/Password](input.html)