Use django web app through Moodle

Re: Use django web app through Moodle

by Mark Johnson -
Number of replies: 0
Picture of Core developers Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers

If you want to authenticate to your Django app through Moodle, LTI sounds the the way forward. It doesn't "just work" though, you'll need to implement LTI provider functionality in your Django app. Googling "LTI Django Provider" appears to be a good start.