Skip to content

GitHub Authorization callback URL ( OAuth ) #27

@hizem

Description

@hizem

Authorization callback URL

Actual state :

I'm trying to run the application in dev mode without using docker ( run it as nodeJS and react project in my local machine ), I've created the .env config file with all the required params thus the app is running as expected.

Problem

When I try to SignIn using github I get the oauth banner as expected so I authorize the app to access my repo after that I get redirected to the same signIn page or an error page ( I tried to use multiple option for the Authorization call URl such as localhost:8000/api/auth/github/callback, localhost:3000, localhost:3000/auth as mentioned in the specification ,etc.) but I had the same problem I get redirected with the token code as url query param, my question is what should I use as a GithHub Authorization callback in my account OAuth config, there's no documentation on the repo and I don't have enough time right now to search all the source code so I hope I get the answer from the maintainers directly.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions