Google - Github Callbacks
kubeworkz opened this issue · 2 comments
kubeworkz commented
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
devkiran commented
The callback URL are
Github: http://localhost:4002/api/auth/callback/github
Google: http://localhost:4002/api/auth/callback/google
kubeworkz commented
Perfect, thanks