boxyhq/saas-starter-kit

Google - Github Callbacks

kubeworkz opened this issue · 2 comments

I was just setting up Github and Google SSO and I need to know what the format of the callback url is for Saas starter kit. Both Github and Google require it. Cheers, Dave

The callback URL are

Github: http://localhost:4002/api/auth/callback/github
Google: http://localhost:4002/api/auth/callback/google

Perfect, thanks