Do not ask authorization if the user already gives it
For some reason, the google always ask authorization of API usages whenever the user tries to sign in.
calendly asks the users their email address before login.
and then, the users are redirected to google.
I guess they check whether the user of the given email exists at this timing and change the redirect url (query params) depending on that result.
- If the user already authorizes calendly, they redirect the users to 'sign-in' only url
- and if they don't, they redirect the users to 'authorize' url
I'm not sure if this is a desired feature or not at this point
I just wanted to open an issue because I thought it doesn't make much sense to open the onboarding every time a user signs in.
To be honest I don't like the extra step of entering my email but I also don't like the onboarding popping up every time.