Commit Graph

226 Commits

Author SHA1 Message Date
lbw
0f4ca191b2 🎨 Improving structure / format of the code. 格式化代码 2023-06-17 18:49:10 +08:00
zouhhhhh
78b83e70e8 :refactor: 删除DelegatingAuthenticationConverter中多余的Converter 2023-06-07 23:34:25 +08:00
lbw
177a52d0bc 🔇 删除login.ftl footer 2023-06-06 13:13:38 +08:00
冷冷
a7dc0a5bf7
Merge pull request #849 from zvyglei/master
优化代码格式,删除无用空行
2023-04-23 16:32:37 +08:00
徐晓伟
73ee2777e8 🎨 简化 OAuth 2.1 配置
1. 使用静态方法 OAuth2AuthorizationServerConfiguration.applyDefaultSecurity(http),缺省 authorizeRequests.anyRequest().authenticated()、csrf.ignoringRequestMatchers(endpointsMatcher) 等等
2. 使用 HttpSecurity 获取 OAuth 2.1 配置中的 OAuth2AuthorizationServerConfigurer 对象
3. 删除部分 HttpSecurity.apply
2023-04-03 15:45:29 +08:00
lbw
1781ea5833
!350 当获取token参数grant_type不为password时,鉴权接口一直报‘用户不存在’错误
Merge pull request !350 from 贾同学/dev
2023-03-24 01:39:07 +00:00
lbw
37325ad312 🔖 🔖 🔖 3.6.7 2023-03-23 19:55:58 +08:00
jiakang
893ca00a0d 当获取token参数grant_type不为password时,鉴权接口一直报‘用户不存在’错误 2023-03-22 20:11:22 +08:00
zhao
e0a75abeb0 优化代码格式,删除无用空格 2023-03-21 09:00:36 +08:00
lbw
b4a36f6a1b 🐛 Fixing a bug. close #I6L95T 日志管理无ip和客户端 2023-03-14 13:46:13 +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
lbw
f48a849334 ♻️ 重构密码登录过程的特殊日志输出 2023-01-21 14:01:51 +08:00
aeizzz
56751368d4 close #I6AIC7 pigx-register支持开启认证模式 2023-01-14 19:01:58 +08:00
aeizzz
ea1acee88a 🔖 Releasing / Version tags. 3.6.5 2022-12-30 09:00:47 +08:00
aeizzz
29efedb3e6 🎨 Improving structure / format of the code. 2022-12-28 20:44:58 +08:00
suntongwen
5e1802192c 避免 race condition 2022-12-28 11:19:25 +08:00
lbw
d79f5ec79a 🔖 Releasing / Version tags. 3.6.4 2022-12-12 12:04:17 +08:00
lbw
7cf14916c9 🔥 Removing code or files. close #I65KMY OAuth2ResourceOwnerBaseAuthenticationProvider exception 不要写入到 日志 2022-12-12 11:19:41 +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
lbw
85f239f5bf
!281 280 ⬆️ 升级 spring-authorization-server 到 0.4.0
Merge pull request !281 from 徐晓伟/spring-authorization-server-0.4.0
2022-11-22 03:22:55 +00:00
徐晓伟
3465e22f33 ⬆️ 升级 spring-authorization-server 到 0.4.0 2022-11-22 11:09:10 +08:00
杜解生
301105ebe7 修复了由于开启Security Debug模式导致控制台疯狂打印校验token日志问题 2022-11-17 22:26:52 +08:00
lbw
3a7a3efa7e ♻️ Refactoring code. 是使用 @RequestMapping Headers属性替代 代码中指定header 参数 2022-11-12 12:31:04 +08:00
lbw
57d3aa9bbf ♻️ Refactoring code. close #I60453 令牌管理 时间格式化 2022-11-08 17:57:42 +08:00
lbw
6d9713ec0e 🔖 Releasing / Version tags. 3.6.2 2022-11-07 12:53:49 +08:00
lbw
f3bd2609bc 🐳 Work about Docker. 修正 Dockerfile 中的jvm 参数 2022-11-05 22:44:35 +08:00
lbw
646fbfee5b 🎨 Improving structure / format of the code. 2022-10-24 08:36:05 +08:00
LiruoY
89262b0517
update pig-auth/src/main/java/com/pig4cloud/pig/auth/endpoint/PigTokenEndpoint.java.
调用authenticationFailureHandler应该立即返回才是,怎么会继续下去执行,不能对一个问题响应多次吧

Signed-off-by: LiruoY <2372221537@qq.com>
2022-10-22 10:29:14 +00:00
lbw
9634f9f3b8 🔖 Releasing / Version tags. v3.6.1 2022-10-11 21:21:19 +08:00
lbw
c8fc4ebb33 🔖 Releasing / Version tags. v3.6 2022-10-05 10:12:45 +08:00
lengleng
ca9d754e9c ♻️ Refactoring code. close #I5SLDC 生成的令牌取消项目:服务名:token的格式呢,或者只想跟个token怎么实现呢 2022-09-22 17:26:10 +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
ce4dbf09d8 🐛 Fixing a bug. close #I5LETI 退出登陆获取不到当前用户 2022-08-13 15:35:24 +08:00
lbw
cba03f43b1 💄 Updating the UI and style files. 🐛 炫彩主题下遮罩层在表单上面,无法编辑内容 2022-08-13 12:19:40 +08:00
付绪壮
64ae0dddb6 🎨 代码格式化 2022-08-12 21:29:30 +08:00
付绪壮
1242a5958b 🐛 登陆成功事件,日志保存用户名错误 2022-08-12 19:15:42 +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
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
lbw
7522417e10 🐛 Fixing a bug. closed #I5CO8Z resources ignore warings You are asking Spring Security to ignore Ant 2022-06-18 22:32:22 +08:00
lbw
dac823f400 🐛 Fixing a bug. closed #I5BO47 删除令牌报5XX错误 2022-06-18 22:31:35 +08:00
lbw
46fdba6943 🐛 Fixing a bug. actuator 端点被拦截无法监控 2022-06-09 20:23:47 +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
856c4e645e ♻️ Refactoring code. 重构认证中心代码 简易代码实现 2022-06-04 17:10:23 +08:00