We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6455ff9 commit aec1f5dCopy full SHA for aec1f5d
server/constants/oauth_info_urls.go
@@ -9,7 +9,7 @@ const (
9
// Ref: https://docs.github.com/en/developers/apps/building-github-apps/identifying-and-authorizing-users-for-github-apps#3-your-github-app-accesses-the-api-with-the-users-access-token
10
GithubUserInfoURL = "https://api.github.com/user"
11
// Get github user emails when user info email is empty Ref: https://stackoverflow.com/a/35387123
12
- GithubUserEmails = "https://api/github.com/user/emails"
+ GithubUserEmails = "https://api.github.com/user/emails"
13
14
// Ref: https://docs.microsoft.com/en-us/linkedin/shared/integrations/people/profile-api
15
LinkedInUserInfoURL = "https://api.linkedin.com/v2/me?projection=(id,localizedFirstName,localizedLastName,emailAddress,profilePicture(displayImage~:playableStreams))"
0 commit comments