持久化Token

This commit is contained in:
奶爸
2019-12-20 23:58:09 +08:00
parent ce3c5139f7
commit f2080ed795
13 changed files with 80 additions and 53 deletions
+2 -2
View File
@@ -2,8 +2,8 @@ package model
import "time"
// CtxKeyIsUserLogin ..
const CtxKeyIsUserLogin = "ckiul"
// CtxKeyAuthorizedUser ..
const CtxKeyAuthorizedUser = "ckau"
// CtxKeyOauth2State ..
const CtxKeyOauth2State = "cko2s"