Has anyone implemented oauth authentication using Django (python)?

lorewap3
Community Member

Our school is using the django framework and has a lot of tools we've previously built into it for other things. We have a lot of ideas for creating tools to integrate with our canvas instance, but are hitting a wall at getting oauth integration working. As many python scripts as we've found that gather/update data within canvas, I figured we'd be able to find a django app someone made that does the same. But so far I have not. Is anyone out there using the django framework to gather/update data within canvas? 

Even if you're using a token instead of oauth I'd like to hear about it. I'm hoping to not have to write it from scratch or at least get insight from others who have done it before.

Thank you!