增加 ticket 的 client 锁定功能

This commit is contained in:
click33
2022-12-07 20:39:24 +08:00
parent 385cf3b2e4
commit 90d14ef23b
10 changed files with 121 additions and 431 deletions

View File

@@ -158,6 +158,7 @@ SaToken 中的所有异常都是继承于 `SaTokenException` 的,也就是说
| 30008 | http 请求调用 提供的 `sign` 无效 |
| 30009 | 本地系统没有配置 `secretkey` 字段 |
| 30010 | 本地系统没有配置 http 请求处理器 |
| 30011 | 该 ticket 不属于当前 client |
#### sa-token-oauth2 相关: