You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Description
- You can login with google oauth.
- You can receive current user's email through the access token provided
by google oauth.
- Only KyungHee Univ email account users will be saved in mysql.
## Problems
- The validity of the access token (bear type) provided by Google oauth
is only 1 hour.
- After login, you will be redirected to the callback url.
- We need to redirect to two different pages depending on whether the
user has previously signed up or not
## Additional
After login response : {"info": {"access_token:"~~~~",
"token_type":"bearer"}, "member": bool}
If member key = true : The current user is already a subscribed user.
## Related Issue
close#4
🚀 Feature Request
📎 Additional context
The text was updated successfully, but these errors were encountered: