cjlee112 / socraticqs2

courselets.org web service implementation
Apache License 2.0
6 stars 10 forks source link

authentication plugin planning project #12

Closed cjlee112 closed 9 years ago

cjlee112 commented 9 years ago

Need to start planning for LTI-moodle plug-in, and external authentication services in general (typically, OAuth 2) such as Google. Survey the available plug-ins (and existing Django support) and decide on phase 1 goals.

cjlee112 commented 9 years ago

python-social-auth looks like the way to go for the Oauth general login services, e.g. see this tutorial http://www.artandlogic.com/blog/2014/04/tutorial-adding-facebooktwittergoogle-authentication-to-a-django-application/

cjlee112 commented 9 years ago

For LTI integration, pyslet looks like the best (only?) Python option out there: http://pyslet.org

cjlee112 commented 9 years ago

resolved in issue #25