discourse/plugins/discourse-lti
Loïc Guitaut 3fc6511278 FIX: Don’t store return path in the session
Since the session is backed by a cookie, storing too much data will lead
to a cookie overflow error.

A return path can be quite large sometimes, so intead of storing it in
the session, this patch stores it in our server session.
2025-09-19 10:05:20 +02:00
..
assets/javascripts/discourse-lti/api-initializers Build(deps-dev): Bump the lint group across 1 directory with 4 updates (#33881) 2025-07-28 18:02:41 +02:00
config
lib/discourse_lti FIX: Don’t store return path in the session 2025-09-19 10:05:20 +02:00
public/javascripts
spec FIX: Don’t store return path in the session 2025-09-19 10:05:20 +02:00
plugin.rb FIX: Don’t store return path in the session 2025-09-19 10:05:20 +02:00
README.md

Learning Management System Integration Plugin

A plugin which allows Discourse to act as an Learning Tools Interoperability (1.3) Tool

For more information, please see: https://meta.discourse.org/t/learning-management-system-integration-lti-1-3-authentication/196174