Edit for Clarification:
is it possible to do authentication with Google rather than the API.
For example:
- Redirect a user to the google sign in page and retrieve an access token there
- Using that access token retrieve the endpoint for the API
- Continue to make requests as needed from there.
The purpose of this is to allow for a more secure login rather than inputting your username and password into the API.