forked from django-oauth/django-oauth-toolkit
-
Notifications
You must be signed in to change notification settings - Fork 0
Feature/custom accesstoken and refreshtoken #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
abastian
wants to merge
102
commits into
dirkmoors:feature/custom-accesstoken-and-refreshtoken
Choose a base branch
from
abastian:feature/custom-accesstoken-and-refreshtoken
base: feature/custom-accesstoken-and-refreshtoken
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Feature/custom accesstoken and refreshtoken #1
abastian
wants to merge
102
commits into
dirkmoors:feature/custom-accesstoken-and-refreshtoken
from
abastian:feature/custom-accesstoken-and-refreshtoken
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…new version [1.0.2] dont work with py2.6)
As stated by the Django documentation, and Django 1.9 removed the patterns method
…oauth-toolkit into calvin-extra-credentials
Add the py35-django19 env to travis but allow it to fail
Use compact syntax for tox envs
… is None (which is a valid value, as documented: https://docs.djangoproject.com/en/1.9/ref/request-response/#django.http.HttpRequest.encoding)
…rojects As per [their blog post of the 27th April](https://blog.readthedocs.com/securing-subdomains/) ‘Securing subdomains’: > Starting today, Read the Docs will start hosting projects from subdomains on the domain readthedocs.io, instead of on readthedocs.org. This change addresses some security concerns around site cookies while hosting user generated data on the same domain as our dashboard. Test Plan: Manually visited all the links I’ve modified.
…ible with newer Django standards
The new links work ok. Convert readthedocs link for their .org -> .io migration for hosted projects
Change documentation for the Application urls
…cesstoken-and-refreshtoken # Conflicts: # oauth2_provider/models.py # oauth2_provider/tests/test_authorization_code.py # oauth2_provider/tests/test_decorators.py # oauth2_provider/tests/test_models.py # oauth2_provider/tests/test_scopes.py # oauth2_provider/tests/test_token_revocation.py
- mark compat_handlers to be unchecked by flex8
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hi dirkmoors, I have merge this branch with upstream/master (evonove/django-oauth-toolkit) per Oct, 6 2016.
I hope it can help this feature to be include in next release of django-oauth-toolkit, since this feature can help for implementing jwt as access token and refresh token (in my current project, need this feature)
btw, I only test this using on py27-django18, py27-django19, py35-django18, py35-django19, docs and flake8... since I don't have environement for py32, py33 and py34
regards,
abastian