Hi, I'm developing a web app with Next.js, SuperTo...
# support-questions-legacy
e
Hi, I'm developing a web app with Next.js, SuperTokens and its Prebuilt UI. I want to allow users to login via Google and I'm now configuring OAuth Clint in GCP. I have two questions about it. 1) What URIs I shold fill in
Authorized redirect URIs
? (The app URI is
https://ai-app-learning.willbooster.com
, so should I fill
https://ai-app-learning.willbooster.com/api/auth
?) 2) What scopes are required at least? Why does the example code omit
scope
property? I imagine we need to access user's email at least, but the example code works well without
scope
property 🤔