From d00aaae839e8bcc9cf2121f52320354a2ff29c98 Mon Sep 17 00:00:00 2001 From: mklee Date: Tue, 19 Aug 2025 00:20:31 +0900 Subject: [PATCH] =?UTF-8?q?Authorization=EC=97=90=20Create=20Time=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- session/common.go | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/session/common.go b/session/common.go index 25d05f2..957f44f 100644 --- a/session/common.go +++ b/session/common.go @@ -17,9 +17,10 @@ type Authorization struct { invalidated string // by authorization provider - Platform string `bson:"p" json:"p"` - Uid string `bson:"u" json:"u"` - Alias string `bson:"al" json:"al"` + Platform string `bson:"p" json:"p"` + Uid string `bson:"u" json:"u"` + Alias string `bson:"al" json:"al"` + CreatedTime primitive.DateTime `bson:"ct" json:"ct"` } func (auth *Authorization) ToStrings() []string {