TU-Delft-DCC / dcc_app

An app to report on projects undertaken by the TU Delft DCC.
https://tud-dcc.shinyapps.io/dcc_app/
1 stars 2 forks source link

Use token instead of email for Google auth #18

Closed aecryan closed 1 year ago

aecryan commented 2 years ago

Makes it easier to share with others who we may want to test the site, for example. Could be done by creating a .env file within the project.

mwakok commented 2 years ago

I believe that the data is currently public and can be accessed by everyone with the link. We don't need to use any authentication to access the data from R if we invoke gs4_deauth() in the script.

I don't see an issue with this for development, but we should consider using secret tokens for production to access a private google sheet.