内容简介:JAP v1.0.4 已经发布,模块化的开源认证中间件。 此版本更新内容包括: fix: [jap-ids] Support to generate custom token. (Gitee#I3U1ON) fix: [jap-ids] Support custom verification of client_secret, such ...
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 的模板
详情查看:https://gitee.com/fujieid/jap/releases/v1.0.4
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:- Android模块化改造以及模块化通信框架
- Laravel 模块化开发模块 – Caffienate
- ASP.NET Core模块化前后端分离快速开发框架介绍之4、模块化实现思路
- 前端模块化架构设计与实现(二|模块接口设计)
- JavaScript模块化
- 前端模块化总结
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Programming Ruby中文版
托马斯 / 孙勇、姚延栋、张海峰 / 电子工业出版社 / 2007-3 / 99.00元
《Programming Rudy》(中文版)(第2版)是它的第2版,其中包括超过200页的新内容,以及对原有内容的修订,涵盖了Ruby 1.8中新的和改进的特性以及标准库模块。它不仅是您学习Ruby语言及其丰富特性的一本优秀教程,也可以作为日常编程时类和模块的参考手册。Ruby是一种跨平台、面向对象的动态类型编程语言。Ruby体现了表达的一致性和简单性,它不仅是一门编程语言,更是表达想法的一种简......一起来看看 《Programming Ruby中文版》 这本书的介绍吧!