Commit Graph

199 Commits

Author SHA1 Message Date
冷冷
78f056a179 🎨 Improving structure / format of the code. 2024-04-09 12:48:33 +08:00
冷冷
38a8b41bfb 🎨 Improving structure / format of the code. 格式化代码 2024-04-07 14:32:57 +08:00
冷冷
a5125ed8d3 ♻️ Refactoring code. 重构 PasswordDecoderFilter ValidateCodeFilter 代码至 pig-auth 模块简化网关逻辑 2024-04-07 12:13:39 +08:00
冷冷
a285f2b318 🐛 Fixing a bug. RedisUtils. del(String... keys)传参有误 #990 2024-03-15 21:59:57 +08:00
lbw
cb94ea52ce 🔖 Releasing / Version tags. 3.7.4 2024-01-28 21:39:35 +08:00
lbw
b14411f967 🔖 Releasing 3.7.4 2024-01-28 20:25:43 +08:00
lbw
b58d5abfe6 ♻️ Refactoring code. 重构网关Form Body read 逻辑提升性能 2024-01-28 17:17:07 +08:00
lbw
51dc2a5d5a ♻️ Refactoring code. 重构网关filter 判断逻辑,非密码模式直接跳过 PasswordDecoderFilter 2024-01-10 16:43:53 +08:00
lbw
6134f7138c 🔖 Releasing / Version tags. 3.7.1-JDK8 2023-08-29 09:09:19 +08:00
lbw
cc43baa795 🔖 Releasing / Version tags. 3.7.0-JDK8 2023-08-17 21:45:14 +08:00
lbw
94a3f32982 🚨 Removing linter warnings. 错误合并 2023-05-27 10:09:00 +08:00
lbw
e3a9127d4e ♻️ Refactoring code. 使用泛型优优化 RedisUtils 2023-05-14 23:39:57 +08:00
lbw
42942ba4ae 🎨 Improving structure / format of the code. 格式化代码 2023-05-13 10:56:58 +08:00
xianxin
00984915b4 增加缓存RedisUtils工具类,提供了各种RedisTemplate各种语法糖,响应体R中增加内部调用是否成功判断R.isSuccess()方法,以及自定义返回指定状态码R.result(null, 1001, "业务提示") 2023-05-12 17:06:27 +08:00
Lht
a13d5f2864 🎨 Improving structure / format of the code. spring-format 2023-04-13 18:35:14 +08:00
fxw
ac8e2d7b34 fix: 🐛 解决获取HttpServletRequest可能抛出异常问题 2023-04-04 14:32:52 +08:00
lbw
37325ad312 🔖 🔖 🔖 3.6.7 2023-03-23 19:55:58 +08:00
lbw
3485586c19 🔖 🔖 🔖 v3.6.6 引入 jasypt 3.x 注意更新 pig_config.sql 2023-03-04 23:10:38 +08:00
徐晓伟
b6163ae2eb ⬆️ 升级 spring-javaformat 0.0.38 2023-02-23 15:48:20 +08:00
小董
efba30ac55
🐛 Fixing a bug.ObjectUtil.isEmpty
.

Signed-off-by: 小董 <861571118@qq.com>
2023-01-02 11:06:15 +00:00
aeizzz
ea1acee88a 🔖 Releasing / Version tags. 3.6.5 2022-12-30 09:00:47 +08:00
lbw
d79f5ec79a 🔖 Releasing / Version tags. 3.6.4 2022-12-12 12:04:17 +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
lbw
b457bc4fdb ♻️ Refactoring code. 是使用 @RequestMapping Headers属性替代 代码中指定header 参数 2022-11-14 16:40:16 +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
9634f9f3b8 🔖 Releasing / Version tags. v3.6.1 2022-10-11 21:21:19 +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
lengleng
15c0949ea7 Introducing new features. 完善安全校验,注册、修改手机号 均需要手机号验证码 2022-09-23 23:53:21 +08:00
lbw
3aed0b7a08 🔖 Releasing / Version tags. 3.5.3 2022-09-19 08:29:50 +08:00
lbw
a8d1424483 Introducing new features. 记录请求耗时 2022-08-20 17:30:47 +08:00
lbw
c952dc3a62 🔖 Releasing / Version tags. 3.5.2 2022-08-07 14:57:28 +08:00
lbw
ec9919a966 Introducing new features. 使用 RetOps 包装feign 调用 2022-06-28 12:52:46 +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
edgar
13fbfd301a 修改monitor security 配置方式 解决类过期问题 2022-06-08 11:03:54 +08: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
5e9ce13c10 ♻️ Refactoring code. 重构认证授权 2022-06-04 13:44:12 +08:00
jumuning
7e4efca9d2 分页查询token 2022-05-31 19:08:54 +08:00
lbw
e7783a4558 Introducing new features. close #I5A42R support sas sms grant 2022-05-31 12:21:37 +08:00
lbw
30852ce488 Introducing new features. check_token endpoint 2022-05-30 14:27:10 +08:00
lbw
f2f90b3844 🔖 Releasing / Version tags. 3.5.0-snapshot 2022-05-30 11:30:19 +08:00
lbw
f846556527 ♻️ Refactoring code. 重写token 生成规则 2022-05-30 11:10:27 +08:00
lbw
7f3a008b6d ♻️ Refactoring code. 客户端加载处理逻辑 2022-05-29 16:26:38 +08:00
lbw
5fec7823c7 🔖 Releasing / Version tags. 3.4.10 2022-05-26 13:47:55 +08:00
lbw
06024fd7c3 ⬆️ Upgrading dependencies. 适配 spring boot 2.7 2022-05-20 22:52:03 +08:00