login form okie

This commit is contained in:
2026-07-01 15:40:46 +07:00
parent e9909784c7
commit ba587a40cb
107 changed files with 5601 additions and 33 deletions
+13
View File
@@ -0,0 +1,13 @@
{
"web": {
"client_id": "416910503373-de8dpds39j5klabamn7e9lqcku29okeh.apps.googleusercontent.com",
"project_id": "main-website-500908",
"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://localhost:8080/login/oauth2/code/google"
]
}
}