removed compromised secrets file

This commit is contained in:
Askill 2024-03-07 12:18:20 +01:00
commit c755fc2ddd
1 changed files with 13 additions and 0 deletions

13
app/secrets.json Normal file
View File

@ -0,0 +1,13 @@
{
"installed": {
"client_id": "",
"project_id": "",
"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": "",
"redirect_uris": [
"https://localhost/api/v1/oauth2callback"
]
}
}