diff --git a/flow.ts b/flow.ts index c277b75..9c99766 100644 --- a/flow.ts +++ b/flow.ts @@ -58,7 +58,7 @@ const openIdConnectUrl = "https://accounts.google.com"; const clientId = "511828570984-7nmej36h9j2tebiqmpqh835naet4vci4.apps.googleusercontent.com"; const redirectUri = "http://127.0.0.1:8000"; -const scope = "openid"; +const scope = "openid profile email"; export class AuthFlow { private notifier: AuthorizationNotifier;