Skip to content
This repository has been archived by the owner on Dec 22, 2023. It is now read-only.

Remove identity from session #1431

Merged
merged 5 commits into from
May 19, 2020
Merged

Remove identity from session #1431

merged 5 commits into from
May 19, 2020

Conversation

kiootic
Copy link
Contributor

@kiootic kiootic commented May 19, 2020

ref #1424

AccessToken string `json:"access_token,omitempty"`
RefreshToken string `json:"refresh_token,omitempty"`
ExpiresIn int `json:"expires_in,omitempty"`
MFABearerToken string `json:"mfa_bearer_token,omitempty"`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Leftover of MFA? I did a quick search and found CookieNameMFABearerToken also.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's remove them as well.

@louischan-oursky louischan-oursky merged commit 1bbbe38 into SkygearIO:master May 19, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants