edX fork of django-oauth2-provider
Project description
django-oauth2-provider
This is an edX-customized fork of django-oauth2-provider, a Django application that provides customizable OAuth2-authentication for your Django projects.
Release Notes
1.3.0
Added Python 3 support.
1.2.5
Added management command to delete expired OAuth2 access and refresh tokens.
1.2.4
More management command MySQL compatibility updates.
1.2.3
Update management command to be MySQL 5.6 compatible, use ORM for deletions.
1.2.2
Add management command to delete expired OAuth2 grant tokens.
1.2.1
Add Django 1.10/1.11 support.
1.2.0
Add ‘nonce’ to OAuth2 grant tokens model.
1.0.2
This release contains a backward incompatible change:
Foreign key reverse names have been specified, so this library can be installed alongside django-oauth-toolkit. Code that traverses from the User model to django-oauth2-provider models will need to update the related name used.
>>> user.access_token >>> user.grant >>> user.refresh_token
becomes:
>>> user.dop_access_token >>> user.dop_grant >>> user.dop_refresh_token
License
django-oauth2-provider is released under the MIT License. Please see the LICENSE file for details.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distributions
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file edx-django-oauth2-provider-1.3.1.tar.gz.
File metadata
- Download URL: edx-django-oauth2-provider-1.3.1.tar.gz
- Upload date:
- Size: 30.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
88e9400b87669f365b20fef90df5b8ff6d12f881a817dca7719dac8649536ca2
|
|
| MD5 |
128dfd8a101abb16e3a724e7b49bd452
|
|
| BLAKE2b-256 |
b929839beb215f439dc52ee8ed03823436aa25d6e60deb0b0729a8b27089b5cf
|
File details
Details for the file edx_django_oauth2_provider-1.3.1-py3-none-any.whl.
File metadata
- Download URL: edx_django_oauth2_provider-1.3.1-py3-none-any.whl
- Upload date:
- Size: 40.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
68f9fbe9ebcd0ef4825d0d2a5616e1c6ff7c0c5b92de6148f1758a0b1b076d6d
|
|
| MD5 |
d394c634420e7de8b08150356c4d7863
|
|
| BLAKE2b-256 |
680941fe6a70f515758d408f91f9b6eea0f32c984d688be96ba679b97add634a
|
File details
Details for the file edx_django_oauth2_provider-1.3.1-py2-none-any.whl.
File metadata
- Download URL: edx_django_oauth2_provider-1.3.1-py2-none-any.whl
- Upload date:
- Size: 40.7 kB
- Tags: Python 2
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1bab84845e17fedb95d1dd9d17df56005c3939fb044e179f85c71ec4c083465e
|
|
| MD5 |
95cfb49299f319f859d16f2009df3fab
|
|
| BLAKE2b-256 |
c6e15c5817fd5f970dbc88ba65966c905dc8bafab22f334a4ee71e9a0abd8617
|