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

Up and running #128

Open
ADSTfowlerj opened this issue Jul 31, 2024 · 2 comments
Open

Up and running #128

ADSTfowlerj opened this issue Jul 31, 2024 · 2 comments

Comments

@ADSTfowlerj
Copy link

Thank you for making this available. It took me a little while to get it up and running. I'm still having an issue with the Google oauth redirect link after it provides the token.

At first, Google wouldn't provide the token because the redirect URL didn't match the internal node.js app; e..g http://localhost:3000/api/auth/callback/google?state=auth.string.here. Once I included that in the Google oauth config, it would return the auth token, but it then sends me to that internal URL, instead of the external facing URL.

I didn't find any Google returns on how to fix this. Any suggestions?

Thanks.

@nrjdalal
Copy link
Owner

try github auth for once

what entries are you adding when creating api tokens aka

GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=

@nrjdalal
Copy link
Owner

Screenshot 2024-08-20 at 9 59 07 PM

here is my config to generate creds

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants