Files
edx-platform/lms
Tim McCormack e6536d0d0e test: Stop sharing API client between users in unit tests
Using the same Client or APIClient instance for multiple users, where
one user has an active session and the other is making an
Authorization header call, results in a Safe Sessions violation.

By using separate clients for different test users, we avoid this
violation, allowing `ENFORCE_SAFE_SESSIONS` to be enabled by default.
2022-01-25 16:03:54 +00:00
..
2021-12-01 16:10:20 +05:00

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

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