Session에 email도 저장해둔다. 필요할때 꺼내줄 api만들 예정

This commit is contained in:
2024-01-09 14:43:23 +09:00
parent 6ca3905fed
commit 2165a4400b
8 changed files with 19 additions and 0 deletions

View File

@ -208,6 +208,7 @@ func (mg *Maingate) platform_twitter_authorize_result(w http.ResponseWriter, r *
info.token = token
info.secret = secret
info.brinfo = brinfo
info.email = ""
mg.setUserToken(info)
params := url.Values{}