I have an SPA app, Angular with the only option to sign in being Google. Because the application depends on using Google calendar. When someone registers I want the individual prompted and authorize the use of their calendar. How can I add google calendar auth at registration?
This tutorial did not help: Configure Logical API for Multiple APIs. When I go to APIs > Scopes, in my dashboard I am unable to add a scope.
I started my project using Auth0’s Angular seed project and that works as expected now, it’s a matter of adding multiple Google APIs, i.e. Calendar get and post events in their calendars.