-
Notifications
You must be signed in to change notification settings - Fork 84
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add lastUsedAt for classic token (#547)
> Follow #488 , add lastUsedAt for classic tokens. 1. 🧶 Modify the `checkTokenExpired` method to `checkTokenStatus` which update the token field internally. 2. ♻️ No compensation will be made for existing data, and it should be updated by the consuming end. --------- > Follow #488, 为 classic token 也添加 lastUsedAt 信息 1. 🧶 修改 `checkTokenExpired` 方法为 `checkTokenStatus`,内部进行 token 字段更新 2. ♻️ 存量数据不做补偿,由消费端控制
- Loading branch information
Showing
3 changed files
with
22 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters