By default ``id``, ``first-name`` and ``last-name`` are requested and stored.
+--------
+Github
+--------
+Github works similar to Facebook (OAuth).
+
+- Register a new application at `Github Developers`_, and
+
+- fill ``App Id`` and ``App Secret`` values in the settings::
+
+ GITHUB_APP_ID
+ GITHUB_API_SECRET
+
+- also it's possible to define extra permissions with::
+
+ GITHUB_EXTENDED_PERMISSIONS = [...]
+
+
-------
Testing
-------
TEST_FACEBOOK_USER = 'testing_account'
TEST_FACEBOOK_PASSWORD = 'password_for_testing_account'
- # goole testing
+ # google testing
TEST_GOOGLE_USER = 'testing_account@gmail.com'
TEST_GOOGLE_PASSWORD = 'password_for_testing_account'
- Foursquare support
+- revolunet_ (Julien Bouquillon)
+
+ - Github support
+
----------
Copyrights
----------
.. _Selenium: http://seleniumhq.org/
.. _LinkedIn fields selectors: http://developer.linkedin.com/docs/DOC-1014
.. _Read the Docs: http://django-social-auth.readthedocs.org/
+.. _revolunet: https://github.com/revolunet
+.. _GitHub OAuth: http://developer.github.com/v3/oauth/
+.. _github developers: https://github.com/account/applications/new