From 37b7d75675a997b58b4f4cd6ca3a41b6c5a0a441 Mon Sep 17 00:00:00 2001 From: Bertocq Date: Mon, 4 Apr 2016 22:12:01 +0200 Subject: [PATCH] Add OAuth paragraph, translated from spanish version --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 4d28ffcd8..4732e530c 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,12 @@ a.residence_verified_at = Date.today a.save ``` +### OAuth + +To test authentication services with external OAuth suppliers - right now Twitter, Facebook and Google - you'll need to create an "application" in each of the supported platforms and set the *key* and *secret* provided in your *secrets.yml* + +In the case of Google, verify that the APIs *Contacts API* and *Google+ API* are enabled for the application. + ## Licence Code published under AFFERO GPL v3 (see [LICENSE-AGPLv3.txt](LICENSE-AGPLv3.txt))