-
Notifications
You must be signed in to change notification settings - Fork 15
Description
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.