oauth half done

This commit is contained in:
Senad Uka
2018-08-05 16:26:28 +02:00
parent 8a28915f87
commit 82a9c9c8a4
5 changed files with 416 additions and 66 deletions

View File

@@ -19,5 +19,15 @@ module.exports.custom = {
// mailgunSecret: 'key-testkeyb183848139913858e8abd9a3',
// stripeSecret: 'sk_test_Zzd814nldl91104qor5911gjald',
// …
googleapi: {
client_id: "476944563000-d67eqeknurvvlm87bi5aa2246dvds2tj.apps.googleusercontent.com",
project_id: "testsenaduka",
auth_uri: "https://accounts.google.com/o/oauth2/auth",
token_uri: "https://www.googleapis.com/oauth2/v3/token",
auth_provider_x509_cert_url: "https://www.googleapis.com/oauth2/v1/certs",
client_secret: "Jx47rhj8uuidT_5kWDbKXWh0",
redirect_uris: ["http://localhost:1337/home"]
}
};