Add common/djangoapps/third_party_auth; update pylintrc to allow test_* names.

third_party_auth contains a working settings mechanism, the start of the provider interface + 3 implementations (Google, Mozilla Persona, LinkedIn), and a stub for the auth pipeline. Modified existing lms settings files to use but deactivate the module.
This commit is contained in:
John Cox
2014-02-19 14:54:09 -08:00
parent bf754c867b
commit 8ecfa8679a
16 changed files with 494 additions and 2 deletions

View File

@@ -60,6 +60,7 @@ pyparsing==1.5.6
python-memcached==1.48
python-openid==2.2.5
python-dateutil==2.1
python-social-auth==0.1.21
pytz==2012h
pysrt==0.4.7
PyYAML==3.10