Spring Security

Spring Security 是一个提供 authenticationauthorizationprotection against common attacks的框架。由于它为保护 imperativereactive应用程序提供了一流的支持,因此它是保护基于 Spring 的应用程序的实际标准。

Spring Security is a framework that provides authentication, authorization, and protection against common attacks. With first class support for securing both imperative and reactive applications, it is the de-facto standard for securing Spring-based applications.

有关功能的完整列表,请参阅参考的 Features部分。

For a complete list of features, see the Features section of the reference.

Getting Started

如果您已准备好开始保护应用程序,请参阅 servletreactive的入门部分。这些部分将指导您创建您的第一个 Spring Security 应用程序。

If you are ready to start securing an application see the Getting Started sections for servlet and reactive. These sections will walk you through creating your first Spring Security applications.

如果您想了解 Spring Security 的工作原理,您可以参考 Architecture一节。

If you want to understand how Spring Security works, you can refer to the Architecture section.

如果您有任何疑问,有一个精彩的 community,他们很想帮助您!

If you have any questions, there is a wonderful community that would love to help you!