Update: Successful authentication records the identifier.

This commit is contained in:
EUForest
2025-11-06 15:32:29 +08:00
parent 52ce054b35
commit de6661cc16
8 changed files with 28 additions and 21 deletions
+2 -1
View File
@@ -8,5 +8,6 @@ const (
CtxKeyRequestHost CtxKey = "requestHost"
CtxKeyPlatform CtxKey = "platform"
CtxKeyPayment CtxKey = "payment"
LoginType CtxKey = "loginType"
CtxLoginType CtxKey = "loginType"
CtxKeyIdentifier CtxKey = "identifier"
)