ClubTechPro / techpro.club

Lets create an amazing portfolio for your journey into tech by contributing to open-source projects
MIT License
17 stars 9 forks source link

what callback url are you using? #107

Closed luigimorel closed 1 year ago

luigimorel commented 1 year ago

Describe the bug This is not a bug. @chilarai I'd like some help with setting up on local machine. In my github app settings, I'm using http://localhost:8080 as my callback URL but I do not get authenticated. Could you advise on what I should use?

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Smartphone (please complete the following information):

Additional context Add any other context about the problem here.

chilarai commented 1 year ago

Hi. Please use this

Github GB_CONTRIBUTOR_REDIRECT_URI=http://localhost:8080/contributors/github/callback GB_PROJECT_REDIRECT_URI=http://localhost:8080/projects/github/callback

Google GO_CONTRIBUTOR_REDIRECT_URI=http://localhost:8080/contributors/google/callback

Edit However, we donot use GB_PROJECT_REDIRECT_URI anymore. You can safely use the other two