DEV Community

Discussion on: dev.to open source help/discussion thread (v0)

Collapse
 
andy profile image
Andy Zhao (he/him)

Hey Samarth! To get GitHub auth working, you can follow this guide:
docs.dev.to/backend/auth-github/

The one thing you might need to change is the authorization callback URL in your GitHub OAuth app. I'm not sure how it would work with GitPod though; maybe try matching it to whatever GitPod URL you instead of localhost:3000?