samples-python-flask
samples-python-flask copied to clipboard
Is client_secrets.json really needed for a no-registration app?
I'd rather limit the amount of places that I have secrets saved in a file. I am hosting on google (appspot) and the docs here seem to imply to me that I don't need any secrets if I'm not allowing registration. Am I understanding this correctly?
Hi @konsumer, In order to use our library, you would have to have your client_id and client_secret as described in the client_secrets.json.dist file defined in the Running the sample section of each readme.