Add OAuth paragraph, translated from spanish version

This commit is contained in:
Bertocq
2016-04-04 22:12:01 +02:00
parent 968f08a18b
commit 37b7d75675

View File

@@ -70,6 +70,12 @@ a.residence_verified_at = Date.today
a.save 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 ## Licence
Code published under AFFERO GPL v3 (see [LICENSE-AGPLv3.txt](LICENSE-AGPLv3.txt)) Code published under AFFERO GPL v3 (see [LICENSE-AGPLv3.txt](LICENSE-AGPLv3.txt))