Django app for generating Canvas API user oauth tokens
Project description
A reusable django app for handling the workflow of generating per-user Canvas API oauth tokens. The app assumes that your django project is using the django_auth_lti middleware.
Install
pip install django-canvas-api-token
Setup
Add "canvas_api_token" to your INSTALLED_APPS settings
Insert the url configuration into your project/app urls.py
url(r'^canvas_api_token/', include('canvas_api_token.urls'))
Run python manage.py migrate to ensure db tables are initialized.
Use the admin site to create a canvas_dev_key entry using the consumer_key and developer key values from your Canvas consumer where …
client_id is the integer client id value of your Canvas developer key
client_secret is the random string ‘secret’ value of your Canvas developer key
License
django-canvas-api-token is licensed under the BSD license
Copyright
2015 President and Fellows of Harvard College
Release History
0.1.0 (2014-12-17)
Birth!
0.1.1 (2014-12-18)
fixed download_url in setup.py
0.1.2 (2015-01-07)
fixed bug in utils.canvas_uri use of urlunparse
added unique index to CanvasApiToken.user_id
0.2.0 (2015-04-28)
DB storage of canvas developer keys
New model: CanvasDeveloperKey
enable admin site
make CanvasApiToken.user a foreign key into user model
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
File details
Details for the file django_canvas_api_token-0.2.0-py2-none-any.whl
.
File metadata
- Download URL: django_canvas_api_token-0.2.0-py2-none-any.whl
- Upload date:
- Size: 10.2 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 62e7f66637b0f9681433fef655b6e9d7f4b3f59aa3ab637a4340337c7b0dce06 |
|
MD5 | 616e88692dc479ada092a935a8aad4ae |
|
BLAKE2b-256 | 8040750b6fec3df04aad175d63577aedac374a9d0589daac3099a35c61320dfe |