Session에 email도 저장해둔다. 필요할때 꺼내줄 api만들 예정
This commit is contained in:
@ -255,6 +255,7 @@ func (mg *Maingate) platform_apple_authorize_result(w http.ResponseWriter, r *ht
|
||||
info.userid = userid
|
||||
info.token = resp.RefreshToken
|
||||
info.brinfo = brinfo
|
||||
info.email = email
|
||||
|
||||
mg.setUserToken(info)
|
||||
params := url.Values{}
|
||||
|
||||
Reference in New Issue
Block a user