JAP v1.0.4 发布,模块化的开源认证中间件
JAP v1.0.4 已经发布,模块化的开源认证中间件。
此版本更新内容包括:
- fix: [jap-ids] Support to generate custom token. (Gitee#I3U1ON)
- fix: [jap-ids] Support custom verification of client_secret, such as: BCrypt, etc. (Gitee#I44032)
- feat: [jap-ids] When
IdsConfig#enableDynamicIssueristrue, customcontext-pathis supported. - fix: [jap-ids] Solve the problem of "After refreshing the token, the user information cannot be obtained with the new access token". (#I3XHTK)
- feat: [jap-oauth2]
Oauth2Strategysupports the following methods:refreshToken,revokeToken,getUserInfo - fix: [jap-social] Cannot customize
JapCacheandAuthStateCacheofSocialStrategyat the same time. (Github#6) - fix: [jap-core] fix npe bug. (Github#5)
- doc: change the template of issue and PR
- fix: [jap-ids] 支持生成自定义 token(包含 access_token 和 refresh_token)。 (Gitee#I3U1ON)
- fix: [jap-ids] 支持自定义验证
client_secret,适配多种场景,如:BCrypt 等。 (Gitee#I44032) - feat: [jap-ids] 当启用
IdsConfig#enableDynamicIssuer时,支持自定义context-path - fix: [jap-ids] 解决“刷新token后,用新的access_token无法获取用户信息”问题。 (Gitee#I3XHTK)
- feat: [jap-oauth2]
Oauth2Strategy支持使用以下方法:refreshToken、revokeToken、getUserInfo - fix: [jap-social] 无法同时自定义
SocialStrategy的JapCacheandAuthStateCache.(Github#6) - fix: [jap-core] 修复
userId为空时 NPE 异常. (Github#5) - doc: 更改 issue 和 pr 的模板