NUDelta / studio-api

API to read data from various tools used in DTR
0 stars 0 forks source link

use a service account to auth with google's APIs #1

Closed kapil1garg closed 2 years ago

kapil1garg commented 2 years ago

currently using oauth, which requires a user to login and approve the extension. should switch to a service account since this will running on a server.

Links