Commit Graph
100 Commits
Author SHA1 Message Date
noear 028a79abd8 sa-token-solon-plugin 优化 sa-sso 适配,保持与 spirngboot 类似的适配体验 2025-02-25 17:01:04 +08:00
noear 561c40c3ba sa-token-solon-plugin 优化 sa-token 适配,保持与 spirngboot 类似的适配体验 2025-02-25 16:54:23 +08:00
noear cdad8e7245 sa-token-solon-plugin 添加 SaBeanInject 的翻译类 2025-02-25 11:56:03 +08:00
noear de27d08824 sa-token-solon-plugin 优化 SaTokenFilter 获取主处理的代码 2024-12-07 13:21:12 +08:00
noear d8e9e98152 调整 SaRequest:getParamNames() 改为 Collection 类型(之前为 List) 2024-10-07 20:44:55 +08:00
noear d3d11ce2b9 solon 升为 3.0.1 2024-10-07 20:23:55 +08:00
noear a4b63f5875 solon 升为 3.0.1 2024-10-07 20:22:04 +08:00
noear 824a4fec30 solon 升为 3.0.1 2024-10-07 20:19:45 +08:00
noear d75e4b799d Merge branch 'dev' of https://gitee.com/noear_admin/sa-token into dev 2024-09-22 21:02:58 +08:00
noear 8b6dc460a5 solon 升为 2.9.2 2024-09-22 21:02:49 +08:00
noear fc6761e020 调整 sa-token-redisson-jackson2 内的版本依赖 2024-05-27 22:08:10 +08:00
noear 81709bcef8 取消 SaSessionForJson (发现没必要了) 2024-05-11 17:55:27 +08:00
noear 1a62c391ea 优化 solon 相关的 SaTokenDaoOfRedisJson 序列化处理 2024-05-11 17:39:58 +08:00
noear e024457405 优化 solon 相关的 demo 代码 2024-05-11 13:46:16 +08:00
noear 1ab5bbe3d6 优化 solon 的适配 2024-05-11 13:45:40 +08:00
noear 786928f5e5 SaTokenInterceptor 增加 SaFilter 接口实现(代码没动,原先就支持)。保持与 SaTokenFilter 相同的体验。 2024-03-03 11:38:07 +08:00
noear 636b1bc874 SaTokenFilter 增加 getIncludeList,getExcludeList 方法(SaTokenInterceptor 有,所以也加下) 2024-03-03 11:37:08 +08:00
noear 075e22650b solon 框架升为 2.7.0 2024-03-03 11:13:48 +08:00
noear 8826565f6a redisx 框架升为 1.6.0 2023-10-18 18:18:15 +08:00
noear e76169864d Solon 框架升为:2.5.3 2023-09-04 13:29:08 +08:00
noear 172351ad04 sa-token-solon-plugin 增加对 solon 网关的支持 2023-07-26 10:15:36 +08:00
noear 289d9c966c Solon 框架升为:2.4.0 2023-07-20 20:12:41 +08:00
noear 1d1aed3719 sa-token-redisson-jackson2 添加 readme,并添加 sa-token-demo-solon-redisson 2023-07-04 10:20:48 +08:00
noear b49c5f9a5f 调整代码格式 2023-06-28 07:16:27 +08:00
noear e01b98e55a 调整代码格式 2023-06-28 07:15:26 +08:00
noear 4555c48df9 添加通用模块 sa-token-redisson-jackson2(spring, solon, jfinal 等都可用) 2023-06-28 07:09:19 +08:00
noear d52fe33bfa solon 依赖,改为 scope:provided 2023-05-19 19:50:05 +08:00
noear 0bed1ff7cf 删除两个弃用类 2023-05-03 10:06:10 +08:00
noear 68e99f232e 将全局过滤器的 BeforeAuth 认证设为不受 includeList 与 excludeList 的限制,所有请求都会进入 2023-05-01 09:37:50 +08:00
noear 87b9c4a435 sa-token-solon-plugin: 升级 redisx 为 1.4.7(set 指令改为 setex),解决 dao 适配在并发下 getTimeout 值可能与 set 行为不同步的问题 2023-04-13 12:35:50 +08:00
noear dccf0433d6 sa-token-dao-redisx: 升级 redisx 为 1.4.7(set 指令改为 setex),解决并发下 getTimeout 值可能与 set 行为不同步的问题 2023-04-13 12:30:38 +08:00
noear 2d4fe48747 完善 sa-token-demo-sso1-client-solon demo 2023-03-14 11:59:06 +08:00
noear 78b062a7b0 完善 sa-token-demo-sso2-client-solon demo 2023-03-14 11:58:56 +08:00
noear 9dcbd591d9 完善 sa-token-demo-sso3-client-solon demo 2023-03-14 11:58:32 +08:00
noear ec1e40654e sa-token-demo-solon 升级为 solon 2.2.3 2023-03-13 18:06:32 +08:00
noear cc0e3cf92b 完成 sa-token-demo-sso3-client-solon 示例 2023-03-13 18:05:09 +08:00
noear f738c30648 完成 sa-token-demo-sso2-client-solon 示例 2023-03-13 18:05:00 +08:00
noear dc67040826 完成 sa-token-demo-sso1-client-solon 示例 2023-03-13 18:04:51 +08:00
noear f41501a50b 完成 sa-token-demo-sso3-client-solon 示例 demo 2023-03-13 18:01:07 +08:00
noear d313d00b05 完成 sa-token-demo-sso2-client-solon 示例 demo 2023-03-13 18:00:48 +08:00
noear 269a058137 完成 sa-token-demo-sso1-client-solon 示例 demo 2023-03-13 18:00:32 +08:00
noear 8a35671a0b solon 升为 2.2.3 2023-03-13 17:40:34 +08:00
noear eedb4b7f04 sa-token-dao-redisx: 取消 SaTokenDaoOfRedis 弃用标识 2023-03-13 17:39:20 +08:00
noear 8aafd83d27 sa-token-solon-plugin: 优化集成处理逻辑 2023-03-10 18:01:57 +08:00
noear 9d251f4d58 sa-token-solon-plugin: 添加 dao 和 json 的实现类(可选) 2023-03-05 10:22:05 +08:00
noear 870b7099de sa-token-solon-plugin: 升级 solon 为 2.2.1 2023-03-03 16:19:14 +08:00
noear 088f7569ad sa-token-solon-plugin: 升级 solon 为 2.1.4 2023-02-20 23:10:49 +08:00
noear d173b2b406 sa-token-solon-plugin: 升级 solon 为 2.1.0 2023-02-09 22:12:15 +08:00
noear ed74fc709a Merge branch 'dev' of https://gitee.com/noear_admin/sa-token into dev 2023-02-09 21:59:52 +08:00
noear 114034f38b 清除无效代码 2023-01-31 08:12:52 +08:00
noear 3e9159e6af sa-token-solon-plugin::调整 sso,oauth2 适配,可以没有配置 2023-01-30 12:01:58 +08:00
noear dde4b34892 sa-token-demo-solon::删除不必要的代码 2023-01-29 18:22:32 +08:00
noear efa8523a20 sa-token-demo-sso-server-solon::根据 sa-token-solon-plugin 最新的适配代码,调整示例 2023-01-29 18:21:47 +08:00
noear f1fd2f1ca5 sa-token-solon-plugin::添加sso和oauth2框架的自动化适配 2023-01-29 18:20:55 +08:00
noear 228c709d41 调整 sa-token 拦截适配的处理顺序 2023-01-15 11:45:31 +08:00
noear 34f63449f7 调整 sa-token-dao-redisx 适配(提供 base64, json 两种序列化方案) 2023-01-15 09:58:20 +08:00
noear 358921bc8e 调整 sa-token-solon-plugin 拦截适配 2023-01-14 16:58:12 +08:00
noear 25013885a6 调整 sa-token-dao-redisx 描述 2023-01-14 09:33:25 +08:00
noear 0fac42e5cc sa-token-dao-redisx 升级 redisx 为 1.4.5,支持序列化配置 2023-01-14 09:30:03 +08:00
noear 7d9c556e2d sa-token-solon-plugin 增加新的拦截适配方式,旧的标为弃用。 2023-01-13 09:13:40 +08:00
noear 27ea84c5a6 sa-token-solon-plugin 升级 solon 为 1.12.2 2023-01-13 09:12:56 +08:00
noear 9b9de79245 调整 sa-token-demo-solon,使用 SaTokenInterceptor 替代之前的 SaTokenPathInterceptor(旧的标为弃用) 2023-01-13 09:11:23 +08:00
noear c744bd7744 添加示例项目:sa-token-demo-sso-server-solon 2023-01-03 11:57:22 +08:00
noear 422f7d2e4c sa-token-solon-plugin: 升级 solon 为 1.12.0 2022-12-26 15:37:39 +08:00
noear 37efe9a8d8 sa-token-solon-plugin: 升级 solon 为 1.11.3 2022-12-01 14:28:20 +08:00
noear 59eaed193b sa-token-solon-plugin:调整适配代码,允许没有sa-token配置内容。 2022-11-16 15:38:55 +08:00
noear c2ad8bf347 sa-token-solon-plugin:调整适配代码,允许没有sa-token配置内容(给个默认的配置实例)。 2022-11-16 15:24:22 +08:00
noear 637781415a sa-token-solon-plugin:调整适配代码,允许没有sa-token配置内容(给个默认的配置实例)。 2022-11-16 15:20:04 +08:00
noear 1e2abfaa15 sa-token-solon-plugin:调整示例代码关于异常的处理 2022-11-15 22:46:22 +08:00
noear 062af081f7 sa-token-solon-plugin:升级 solon 为 1.10.13 2022-11-14 16:46:24 +08:00
noear d2f0167e28 sa-token-solon-plugin:添另 SaLog 适配支持 2022-11-03 13:50:46 +08:00
noear 38c75d18ad sa-token-solon-plugin:调整适配时 bean 的获取方法(更直接些) 2022-10-25 20:59:52 +08:00
noear 0300a29f55 sa-token-solon-plugin:升级 solon 为 1.10.9;调整 SaTokenPathFilter 让其支持注解验证;删除 SaTokenAnnotationInterceptor(不再需要了) 2022-10-25 20:55:37 +08:00
noear 67e4c0af75 sa-token-solon-plugin:将示例的 SaTokenPathFilter 改用 SaTokenPathInterceptor 2022-09-28 18:23:47 +08:00
noear 05a9d40151 sa-token-solon-plugin:升级 solon 为 1.9.2; 优化 SaTokenPathInterceptor 同时支持注解、路径、规则处理 2022-09-28 18:21:30 +08:00
noear 46e3317c1f sa-token-solon-plugin:升级 solon 为 1.9.2 2022-07-12 13:55:30 +08:00
noear 2d6e425786 sa-token-solon-plugin:升级 solon 为 1.9.1 2022-07-07 18:22:19 +08:00
noear e0b3b63e1d sa-token-solon-plugin:升级 solon 为 1.8.0 2022-05-24 12:36:11 +08:00
noear c84c600fd4 Merge branch 'dev' of https://gitee.com/noear/sa-token into dev 2022-05-10 13:49:58 +08:00
noear c1e7dce1dc sa-token-dao-redisx:添加 readme 2022-05-10 13:47:49 +08:00
noear df6ea7ec4e sa-token-solon-plugin:升级 solon 到 1.7.5 2022-05-02 19:53:57 +08:00
noear 1d620fa119 sa-token-solon-plugin:升级 solon 到 1.7.5 2022-05-02 19:51:13 +08:00
noear faa63fe327 sa-token-solon-plugin:升级 solon 到 1.7.2 2022-04-18 14:04:41 +08:00
noear 10845ee849 sa-token-solon-plugin:添加 SaTokenDao 主入支持 2022-03-30 23:04:01 +08:00
noear aa252f831c 添加 sa-token-dao-redisx 插件,用于适配redisx框架(无 spring 依赖) 2022-03-30 22:59:00 +08:00
noear c44ad67117 sa-token-solon-plugin: 升级到 solon 1.6.34 2022-03-30 22:58:05 +08:00
noear e444b88521 sa-token-solon-plugin: 升级到 solon 1.6.29 2022-03-07 16:59:09 +08:00
noear 54ecb04ce0 sa-token-solon-plugin: 升级到 solon 1.6.1 2021-11-25 18:27:36 +08:00
noear 50624d0f47 sa-token-solon-plugin: 升级到 solon 1.5.50 2021-10-25 20:31:17 +08:00
noear 040777be7c sa-token-solon-plugin: 升级到 solon 1.5.40 2021-10-04 10:21:05 +08:00
noear 37d38ba2b4 sa-token-solon-plugin: 升级到 solon 1.5.27 2021-09-02 16:37:43 +08:00
noear 03f66c6081 sa-token-solon-plugin: 升级到 solon 1.5.17 2021-07-28 10:17:11 +08:00
noear a67e58a2ee sa-token-solon-plugin: 升级到 solon 1.5.1 2021-06-14 11:48:26 +08:00
noear d8081274ab sa-token-solon-plugin: 修复一个笔误 2021-06-05 19:14:44 +08:00
noear f4b500ed6f sa-token-solon-plugin: solon 升级为:1.4.9 版本 2021-06-02 22:14:26 +08:00
noear 9e8ae52032 添加solon适配及demo 2021-05-30 23:10:08 +08:00
noear 1bb91d5dbb 添加solon适配及demo 2021-05-30 22:53:08 +08:00
noear b997a2d870 添加solon适配及demo 2021-05-30 22:52:42 +08:00
noear f8f698fc3d 添加solon适配及demo 2021-05-30 22:00:29 +08:00
noear 705b565e38 添加solon适配及demo 2021-05-30 21:24:43 +08:00