removed compromised secrets file

This commit is contained in:
Askill 2024-03-07 12:18:02 +01:00
parent 78e0a84aa4
commit 73c0ad85d9
2 changed files with 1 additions and 13 deletions

1
.gitignore vendored
View File

@ -165,3 +165,4 @@ app/test_data/output/*.png
app/secrets.json
app/secrets.json
CREDENTIALS_PICKLE_FILE
app/client_secret_442472996695-mklustimn2aj9i5afbhe9o6cotmuocus.apps.googleusercontent.com.json

View File

@ -1,13 +0,0 @@
{
"installed": {
"client_id": "442472996695-fl9sqjjojqn91o3o1fm2vv15hmmoecom.apps.googleusercontent.com",
"project_id": "avid-lacing-376214",
"auth_uri": "https://accounts.google.com/o/oauth2/auth",
"token_uri": "https://oauth2.googleapis.com/token",
"auth_provider_x509_cert_url": "https://www.googleapis.com/oauth2/v1/certs",
"client_secret": "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",
"redirect_uris": [
"https://localhost/api/v1/oauth2callback"
]
}
}