add: Automatically delete token when device is removed

This commit is contained in:
EUForest
2025-10-22 19:52:52 +08:00
parent fb226a0fc1
commit d78d79fa2d
3 changed files with 22 additions and 3 deletions
+3
View File
@@ -39,6 +39,9 @@ const VerifyCodeConfigKey = "system:verify_code_config"
// SessionIdKey cache session key
const SessionIdKey = "auth:session_id"
// DeviceCacheKeyKey cache session key
const DeviceCacheKeyKey = "auth:device_identifier"
// GlobalConfigKey Global Config Key
const GlobalConfigKey = "system:global_config"