Skip to content

oauth failing on deployment for github #30

@jaykay12

Description

@jaykay12

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions