I’m developing an application with an Angular frontend and a Java backend. We want to integrate the application with Google Calendar, to visualize the calendar for the users. What I want to do is to handle authentication with Google for the Google Calendar API in the frontend, so that the backend does not have to deal with it, just accepting the authentication token to make the requests to Google Calendar.
Is this possible?