Commit Graph

234 Commits

Author SHA1 Message Date
冷冷
90fac31a24 feat(auth): 单体模式下支持 授权码模式
http://localhost:9999/admin/oauth2/authorize?scope=server&client_id=test&response_type=code&redirect_uri=https://pig4cloud.com
2024-12-15 16:04:30 +08:00
冷冷
3f5e7d2362 style(代码生成): 2024-07-15 23:23:19 +08:00
冷冷
144bfa23ae feat(全局): 新增 HasPermisson 表达式 ,简化接口权限判断表达式
@HasPermission("XXX")
@PreAuthorize("@pms.hasPermission('XXX')")
2024-07-15 10:37:45 +08:00
冷冷
df4ddea760 🎨 格式化代码,无其他操作 2024-06-01 12:31:12 +08:00
冷冷
993879a6c3 add NoToken Feign 注解自动维护header 2024-06-01 12:29:24 +08:00
lbw
6c2c989e42 🔖 Releasing / Version tags. v3.7.4 2024-01-28 21:02:51 +08:00
lbw
0f5018e33c 🔖 Releasing / Version tags. 3.7.3 2024-01-03 14:41:20 +08:00
lbw
7c6ad1b55f 🔖 Releasing / Version tags. 适配 springboot 3.2 + spring cloud 2023 2023-12-07 13:04:09 +08:00
lbw
26d39e6ea6 🎨 Improving structure / format of the code. 格式化代码 2023-10-25 10:46:22 +08:00
lbw
99c7edf03e 🐛 Fixing a bug. #I8AOYB 客户端模式,请求接口提示错误 2023-10-25 10:41:25 +08:00
lbw
339c15f37c 🔖 Releasing / Version tags. 3.7.1-JDK17 2023-08-29 09:21:18 +08:00
lbw
f111e7f454 ♻️ Refactoring code. 重构 sys-log 支持 body 入库 2023-08-11 16:06:43 +08:00
lbw
cdcf2d480f ♻️ Refactoring code. 切面使用@Before 代替环绕 2023-07-28 16:56:20 +08:00
lbw
ae5405bbf6 ⬆️ Upgrading dependencies. 是配置 springboot 3.1.2 2023-07-21 22:22:42 +08:00
lbw
09a5a262f4 🔖 Releasing / Version tags. 3.7.0 适配 springboot3 生态 2023-07-21 14:57:23 +08:00
lbw
b77855eec3 🐛 Fixing a bug. close #I7L1GW @PreAuthorize("@pms.hasPermission())权限不生效 2023-07-13 22:32:29 +08:00
lbw
8941e8ee34 ♻️ Refactoring code. 格式化代码 2023-07-09 12:37:29 +08:00
lbw
2eef67fe79 ♻️ Refactoring code. swagger 接口文档 自动注册发现 2023-07-08 00:42:41 +08:00
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