Spring Security OAuth 2.2.0.RC1 已发布。Spring Security OAuth,Spring Security 的 OAuth 插件,同时提供了 OAuth 客户端(consumer)和服务器端(provider)的实现,支持 OAuth1(a) 和 OAuth2。
2.2.0.RC1 版本包括对 JwkTokenStore 中包含的 JSON Web Key (JWK) 功能的许多改进,以及添加了 JwtClaimsSetVerifier ,可提供自定义 JWT 声明验证功能。有关详细信息,请参阅 GitHub Issue。
该版本还包含少量错误修复和次要的增强。
软件详情:https://spring.io/blog/2017/07/14/spring-security-oauth-2-2-0-rc1-released
下载地址:https://github.com/spring-projects/spring-security-oauth/archive/2.2.0.RC1.zip
来自:开源中国社区

