Skip to content
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

oauth failing on deployment for github #30

Open
jaykay12 opened this issue May 14, 2020 · 0 comments
Open

oauth failing on deployment for github #30

jaykay12 opened this issue May 14, 2020 · 0 comments
Labels
bug Something isn't working hacktoberfest help wanted Extra attention is needed

Comments

@jaykay12
Copy link
Owner

jaykay12 commented May 14, 2020

Github

No support for multiple callback URLs as of now.

The bad news is we can't insert more than one callback to GitHub OAuth setting.
Good news is that we can use multiple callback sub-url under our callback url, then you can redirect(proxy) it to any callback url that you want.

Refer to the Stackoverflow Question


One quick fix is having 2 different GitHub OAuth Apps, one for prodcution and other for localhost. But that's the last resort available.

@jaykay12 jaykay12 added the bug Something isn't working label May 14, 2020
@jaykay12 jaykay12 added hacktoberfest help wanted Extra attention is needed labels May 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working hacktoberfest help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant