Releases: Harvard-University-iCommons/django-canvas-oauth
Releases · Harvard-University-iCommons/django-canvas-oauth
Release v1.1.1
Release v1.1.0
Adds support for oauth scopes (see PR #2).
Release v1.0.0
Updated library to support Python 3 and Django 2+ and boosted test coverage.
Release v0.2.3
Some setup.py cleanup. Add LICENSE and a setup.cfg.
Release v0.2.2
Use the find_packages
method in setup.py in order to include the migrations package.
Release v0.2.1
Removes non-existent reference to InvalidTokenError in middleware
Release v0.2
Initial release of the Django Canvas OAuth library:
- Initiate OAuth2 workflow with a Canvas instance via middleware
- Store OAuth2 access and refresh tokens for the logged in user
- Check for and refresh expired/expiring tokens