Commit Graph

216 Commits

Author SHA1 Message Date
lbw
80096f2d88 🔖 Releasing / Version tags. 3.7.0-snapshot 2023-07-07 16:12:01 +08:00
lbw
8e2a302a73 Introducing new features. up springboot 3.1.0 2023-05-26 15:47:35 +08:00
TwelveT
4aaf739854 Spring Security 6.1 Lambda 2023-05-26 10:34:50 +08:00
aeizzz
9f8be2bd6f ♻️ Refactoring code. 缓存 2022-12-23 14:52:24 +08:00
aeizzz
fa90e31a64 ♻️ Refactoring code. 升级 jdk17 spring boot 3 2022-12-23 12:29:45 +08:00
aeizzz
df0b75a6de ♻️ Refactoring code. 升级 jdk17 spring boot 3 2022-12-23 09:28:21 +08:00
lbw
d79f5ec79a 🔖 Releasing / Version tags. 3.6.4 2022-12-12 12:04:17 +08:00
lbw
66296afd26 ♻️ Refactoring code. 优化sas 异常提示 2022-11-30 20:56:43 +08:00
lbw
f225d53010 🔖 Releasing / Version tags. v3.6.3 2022-11-25 19:54:21 +08:00
lbw
e533946a1c ♻️ Refactoring code. 手机号登录手机号不存在异常细化 2022-11-24 15:53:44 +08:00
徐晓伟
3465e22f33 ⬆️ 升级 spring-authorization-server 到 0.4.0 2022-11-22 11:09:10 +08:00
lbw
bb29ed6efc Introducing new features. 支持 token 通过query params 传递方便 websocket 2022-11-14 11:11:48 +08:00
lbw
3a7a3efa7e ♻️ Refactoring code. 是使用 @RequestMapping Headers属性替代 代码中指定header 参数 2022-11-12 12:31:04 +08:00
lbw
6d9713ec0e 🔖 Releasing / Version tags. 3.6.2 2022-11-07 12:53:49 +08:00
lbw
611c28d0e8 Introducing new features. closed #I5VYM9 PigAppUserDetailsServiceImpl的support grantType 2022-10-16 20:36:10 +08:00
lbw
9634f9f3b8 🔖 Releasing / Version tags. v3.6.1 2022-10-11 21:21:19 +08:00
lbw
15a852761a 🐛 Fixing a bug. close #I5UYRO 不提供令牌请求接口建议统一返回自定义异常码 424 2022-10-10 20:26:38 +08:00
lbw
297e056df9 Introducing new features. 增加 xss 过滤模块 2022-10-10 15:34:59 +08:00
lbw
c8fc4ebb33 🔖 Releasing / Version tags. v3.6 2022-10-05 10:12:45 +08:00
lbw
4aef60b0c4 ♻️ Refactoring code. token 过期异常通过i18n 格式化 2022-09-30 11:38:09 +08:00
lbw
3aed0b7a08 🔖 Releasing / Version tags. 3.5.3 2022-09-19 08:29:50 +08:00
lbw
ae5c5653a8 优化 数据库链接失败导致登录提示clientId 错误 2022-09-13 16:56:01 +08:00
lbw
ed5063d930 优化 close #I5Q36R 登录接口的Long型属性没有转为string给前端,导致精度丢失,其他接口JacksonConfiguration都生效了 2022-09-07 23:13:17 +08:00
lbw
52dc1d18bf 🐛 Fixing a bug. 兼容非 jdk 序列化方式支持定义Jackson 序列化 2022-09-07 19:29:25 +08:00
lbw
8c4543e3e0 🐛 Fixing a bug. close #I5Q2AB 导入excel接口,在该接口service层通过remoteOrganizationService.getOrgList(SecurityConstants.FROM)携带token方式访问其他接口报错超时 2022-09-07 18:49:04 +08:00
qichen
0fb0231dc0
fix ...
Signed-off-by: qichen <celeenobug@163.com>
2022-08-29 15:31:32 +00:00
lbw
5a7056c764 ♻️ Refactoring code. close #I5MV0V 在配置文件加上security.oauth2.ignore的配置,浏览器实时查看服务日志,对应的服务日志会看不了 2022-08-18 11:02:45 +08:00
lbw
c952dc3a62 🔖 Releasing / Version tags. 3.5.2 2022-08-07 14:57:28 +08:00
lbw
a210d562f5 🎨 Improving structure / format of the code. 替换,字符 2022-08-07 14:50:12 +08:00
lbw
2a32326d80 Introducing new features. close #I5L3C4 Spring MVC 处理映射匹配修改为PathPatternParser 2022-08-07 14:41:50 +08:00
lbw
900ea24491 🎨 Improving structure / format of the code. 格式化代码 2022-07-27 14:57:11 +08:00
winkey
34dd11bb24 回调地址 scope支持多个 2022-07-27 10:20:15 +08:00
lbw
54166bc62b Merge remote-tracking branch 'origin/dev' into dev 2022-07-06 18:19:54 +08:00
lbw
39d75290f0 Introducing new features. 优化客户端模式 2022-07-06 18:19:42 +08:00
edgar
5012af36f5 update permitall ignoreUrls 增加default 2022-07-05 15:41:21 +08:00
lbw
ec9919a966 Introducing new features. 使用 RetOps 包装feign 调用 2022-06-28 12:52:46 +08:00
lbw
04bb7ed0b4 🐛 Fixing a bug. close #I5DXIE 错误的token 请求资源服务器 NPE 2022-06-24 12:35:35 +08:00
lbw
dcb61e1a63 Introducing new features. 用户校验接口重构 2022-06-20 11:19:57 +08:00
lbw
3d9e0be72f 🔖 Releasing / Version tags. 3.5.1 2022-06-20 09:58:34 +08:00
lbw
812a6016ed 优化。 优化SAS 客户端认证过程中的异常输出 2022-06-18 23:56:13 +08:00
徐晓伟
0cc4db1553 升级至 org.springframework.security:spring-security-oauth2-authorization-server:0.3.1,从该版本开始,支持 JDK 8
https://github.com/spring-projects/spring-authorization-server/releases/tag/0.3.1
2022-06-18 13:04:19 +08:00
gluoh
e9cc72e4ea
fix(security): Fix build registeredClient clientId bug 2022-06-10 03:10:18 +00:00
lbw
6cebdacdae 🐛 Fixing a bug. close #I5B4BX sas 短信登录参数错误 2022-06-07 17:02:42 +08:00
lbw
076139a7e2 🔖 Releasing / Version tags. 3.5.0 SAS 支持 2022-06-06 09:59:29 +08:00
lbw
8c70316a82 ♻️ Refactoring code. 重构异常抛出 msg 信息维护 2022-06-06 09:08:20 +08:00
lbw
dc0931af40 Introducing new features. 认证中心不依赖 jdbc 2022-06-04 17:09:57 +08:00
lbw
5e9ce13c10 ♻️ Refactoring code. 重构认证授权 2022-06-04 13:44:12 +08:00
lbw
6cf6c339ae ♻️ Refactoring code. 添加自定义类型抽象 2022-06-03 14:35:37 +08:00
lbw
cb91df9a33 ♻️ Refactoring code. 事件通知重构 2022-06-02 17:31:34 +08:00
jumuning
f49edd9a3d 删除todo 2022-05-31 17:19:54 +08:00