-
Notifications
You must be signed in to change notification settings - Fork 813
Comparing changes
Open a pull request
base repository: django-oauth/django-oauth-toolkit
base: 1.7.0
head repository: django-oauth/django-oauth-toolkit
compare: 2.0.0
- 20 commits
- 44 files changed
- 11 contributors
Commits on Jan 25, 2022
-
Hash application client secrets using Django password hashing (#1093)
* Add ClientSecretField field to use Django password hashing algorithms (#1020) Co-authored-by: Andrew Chen Wang <[email protected]> Co-authored-by: Peter Karman <[email protected]> Co-authored-by: Andrew Chen Wang <[email protected]>
2Configuration menu - View commit details
-
Copy full SHA for 691870c - Browse repository at this point
Copy the full SHA 691870cView commit details
Commits on Jan 27, 2022
-
OIDC: Add "scopes_supported" to openid-configuration. (#1106)
* OIDC: Add "scopes_supported" to openid-configuration.
Configuration menu - View commit details
-
Copy full SHA for f46439e - Browse repository at this point
Copy the full SHA f46439eView commit details
Commits on Feb 1, 2022
-
OIDC: Standard scopes to determine which claims are returned (#1108)
* Add configurable attribute to restrict returned claims based on scopes.
Configuration menu - View commit details
-
Copy full SHA for 492a867 - Browse repository at this point
Copy the full SHA 492a867View commit details
Commits on Feb 16, 2022
-
Prevent the tests/migrations directory from getting packaged (#1118)
Simply excluding "tests" is not enough to prevent subpackages from also being excluded. If a wildcard is provided to "find_packages(exclude=", it will only match a single hierarchy level. Without this, a directory "site-packages/tests/migrations" gets created upon package install.
Configuration menu - View commit details
-
Copy full SHA for 769c8e7 - Browse repository at this point
Copy the full SHA 769c8e7View commit details
Commits on Feb 23, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c48b751 - Browse repository at this point
Copy the full SHA c48b751View commit details
Commits on Mar 18, 2022
-
[pre-commit.ci] pre-commit autoupdate (#1109)
updates: - [github.com/psf/black: 21.12b0 → 22.1.0](psf/black@21.12b0...22.1.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Alan Crosswell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5531cb9 - Browse repository at this point
Copy the full SHA 5531cb9View commit details -
Fix broken import in doc (#1121)
* Fix broken import in doc * Add Carl Schwan to AUTHORS Co-authored-by: Alan Crosswell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e761ebc - Browse repository at this point
Copy the full SHA e761ebcView commit details
Commits on Mar 19, 2022
-
Security BCP: Remove OOB (#1124)
* Remove OOB * Indicate that this is a security fix.
Configuration menu - View commit details
-
Copy full SHA for fc291ce - Browse repository at this point
Copy the full SHA fc291ceView commit details -
Revert 1070 (Celery tasks.py) (#1126)
* Revert #1070: tasks.py raises an import exception with Celery and conflicts with Huey.
Configuration menu - View commit details
-
Copy full SHA for 2212144 - Browse repository at this point
Copy the full SHA 2212144View commit details
Commits on Mar 27, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 56c8c66 - Browse repository at this point
Copy the full SHA 56c8c66View commit details -
Configuration menu - View commit details
-
Copy full SHA for a62195b - Browse repository at this point
Copy the full SHA a62195bView commit details
Commits on Mar 28, 2022
-
Update
createapplication
command (#1132)* Add --algorithm argument and fix --skip-authorization help text for createapplication command * Add unit test for update to createapplication command * Add to AUTHORS * Update changelog for createapplication command changes * Add documentation for 'createapplication' command to 'management_commands.rst' Co-authored-by: Alan Crosswell <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c8eee2c - Browse repository at this point
Copy the full SHA c8eee2cView commit details -
Add tutorial for Celery task setup. (#1128)
* Add tutorial for Celery task setup.
Configuration menu - View commit details
-
Copy full SHA for e8ffc9c - Browse repository at this point
Copy the full SHA e8ffc9cView commit details
Commits on Mar 29, 2022
-
chore: .gitignore local development files (#1137)
* chore: .gitignore local development files - venv, my company's development team keeps venvs in project folders. - coverage.xml is generated by tox * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c79eae2 - Browse repository at this point
Copy the full SHA c79eae2View commit details -
feat: Update PKCE_REQUIRED to true by default (#1129)
* feat: default PKCE_REQUIRED to True BREAKING CHANGE: set to False to maintain legacy behavior Co-authored-by: Alan Crosswell <[email protected]> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e647d51 - Browse repository at this point
Copy the full SHA e647d51View commit details
Commits on Apr 23, 2022
-
[pre-commit.ci] pre-commit autoupdate (#1139)
updates: - [github.com/psf/black: 22.1.0 → 22.3.0](psf/black@22.1.0...22.3.0) - [github.com/pre-commit/pre-commit-hooks: v4.1.0 → v4.2.0](pre-commit/pre-commit-hooks@v4.1.0...v4.2.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4a9039e - Browse repository at this point
Copy the full SHA 4a9039eView commit details
Commits on Apr 24, 2022
-
* Testing sphinx-lint. * Add sphinx-lint to pre-commit-config, tox, and github workflow. * Add self to AUTHORS.
Configuration menu - View commit details
-
Copy full SHA for e506fce - Browse repository at this point
Copy the full SHA e506fceView commit details -
Configuration menu - View commit details
-
Copy full SHA for ec34fe9 - Browse repository at this point
Copy the full SHA ec34fe9View commit details -
Add help wanted to the README (#1144)
* Add help wanted to the README * Apply suggestions from code review Co-authored-by: Andrew Chen Wang <[email protected]> Co-authored-by: Andrew Chen Wang <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e8d0ee6 - Browse repository at this point
Copy the full SHA e8d0ee6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 025cd1b - Browse repository at this point
Copy the full SHA 025cd1bView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 1.7.0...2.0.0