|
im creating a small project that i need some users to interface with my app. can i use gsca with users? since i won't have their GCP credentials? thanks! |
Answered by
kuzmoyev
Dec 26, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
GCP credentials are for your app, and you'll authenticate users with oauth2, receive their access token, and use it in your requests. (Assuming you want to access their calendars).