From 9d985c3562af53f385f16b00d7a770170e0fa49f Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Sat, 22 Apr 2017 18:23:33 +0200 Subject: [PATCH] Hint on how to setup Google OAuth added --- README.developer.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.developer.md b/README.developer.md index 3fb58ac..dd912f2 100644 --- a/README.developer.md +++ b/README.developer.md @@ -21,6 +21,13 @@ variables before running the application: * GOOGLE_CLIENT_ID=… * GOOGLE_CLIENT_SECRET=… +To manage OAuth applications at Google: https://console.developers.google.com/apis/credentials + +Authorized callback URLs must be set to: + +- https://screenshots.debian.net/users/auth/google_oauth2/callback +- https://localhost:3001/users/auth/google_oauth2/callback + ## Amazon The client ID for the debshots and the secret must be set as environment