Files
edx-platform/lms
Phil McGachey 18734cf0a1 [LTI Provider] Added an authentication backend to log in LTI users
This change adds a Django authentication backend which, when installed
will authenticate users based on their LTI identity rather than using
a username/password combination. The authentication method determines
first whether a user with the given username exists and, if so, whether
that user is associated with an LTI identity. It also verifies that
the LTI consumer and user ID passed to the LTI launch match those
stored in the LtiUser table. This will always be the case if the
authentication backend is reached through the LTI code, but it
provides an extra guarantee if the backend is called from elsewhere.
2015-06-26 13:25:13 -04:00
..
2015-06-25 13:11:41 -04:00
2015-05-08 09:01:50 -04:00
2015-05-08 09:01:50 -04:00
2015-06-25 13:11:41 -04:00
2015-03-17 07:10:31 -04:00

LMS (Learning Management System)
--------------------------------

This directory contains code relating to the student portal for edX.