-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathclient_secret.json
32 lines (32 loc) · 1.32 KB
/
client_secret.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"web": {
"client_id": "562058780483-q59qv7347cgqujgebrsf15n6b0u8uhmq.apps.googleusercontent.com",
"project_id": "cepher-records",
"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": [
"http://127.0.0.1:5000",
"http://127.0.0.1:5000/auth/callback",
"http://127.0.0.1:5000/auth/oauth_redirect",
"http://127.0.0.1:5000/login/google/authorized",
"http://127.0.0.1:5000/google-login",
"https://www.cittakshashila.in/register",
"https://www.cittakshashila.in",
"https://www.cittakshashila.in/auth/callback",
"https://www.cittakshashila.in/auth/oauth_redirect",
"https://www.cittakshashila.in/login",
"http://www.cittakshashila.in/create_account",
"http://www.cittakshashila.in/auth/callback",
"http://www.cittakshashila.in/login",
"http://www.cittakshashila.in/auth/oauth_redirect",
"https://www.cittakshashila.in/login/google/authorized",
"https://www.cittakshashila.in/google_login/google/authorized"
],
"javascript_origins": [
"http://127.0.0.1:5000",
"https://www.cittakshashila.in"
]
}
}