-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: save gh email when login #25
feat: save gh email when login #25
Conversation
Someone is attempting to deploy a commit to a Personal Account owned by @invisal on Vercel. @invisal first needs to authorize it. |
This only work if the user has their email public. You need to make extra request to get the email |
please check again. I check if the email is not available will fetch email from the API |
I think it might be better to group all route handlers into I suggest this:
What do you think? |
Now that I look at it, it's out of scope for this issue, was bong @invisal the one who added the initial GITHUB auth? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Inside scope of the issue, everything looks good to me!
I am following the Lucia document. But I think it is fine, The |
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
* add email column * db migration * save gh email to user table * add user email scope * fetch email when is not public
fix #24