Skip to content

Releases: Harvard-University-iCommons/django-canvas-oauth

Release v1.1.1

06 May 14:06
2999974
Compare
Choose a tag to compare

What's Changed

  • Add explicit length param to random call by @pszNicx in #5

New Contributors

Full Changelog: v1.1.0...v1.1.1

Release v1.1.0

05 May 21:26
6a2dcff
Compare
Choose a tag to compare

Adds support for oauth scopes (see PR #2).

Release v1.0.0

27 Mar 01:49
d7fcf5f
Compare
Choose a tag to compare

Updated library to support Python 3 and Django 2+ and boosted test coverage.

Release v0.2.3

03 May 15:49
Compare
Choose a tag to compare

Some setup.py cleanup. Add LICENSE and a setup.cfg.

Release v0.2.2

29 Apr 21:27
Compare
Choose a tag to compare

Use the find_packages method in setup.py in order to include the migrations package.

Release v0.2.1

28 Apr 19:08
Compare
Choose a tag to compare

Removes non-existent reference to InvalidTokenError in middleware

Release v0.2

25 Apr 20:06
Compare
Choose a tag to compare

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