Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: django-oauth/django-oauth-toolkit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.7.0
Choose a base ref
...
head repository: django-oauth/django-oauth-toolkit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.0.0
Choose a head ref
  • 20 commits
  • 44 files changed
  • 11 contributors

Commits on Jan 25, 2022

  1. 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]>
    3 people authored Jan 25, 2022
    2 Configuration menu
    Copy the full SHA
    691870c View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2022

  1. OIDC: Add "scopes_supported" to openid-configuration. (#1106)

    * OIDC: Add "scopes_supported" to openid-configuration.
    n2ygk authored Jan 27, 2022
    Configuration menu
    Copy the full SHA
    f46439e View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2022

  1. OIDC: Standard scopes to determine which claims are returned (#1108)

    * Add configurable attribute to restrict returned claims based on scopes.
    n2ygk authored Feb 1, 2022
    Configuration menu
    Copy the full SHA
    492a867 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2022

  1. 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.
    brianhelba authored Feb 16, 2022
    Configuration menu
    Copy the full SHA
    769c8e7 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2022

  1. Topic/1112 (#1113)

    daffyd authored Feb 23, 2022
    Configuration menu
    Copy the full SHA
    c48b751 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2022

  1. [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]>
    pre-commit-ci[bot] and n2ygk authored Mar 18, 2022
    Configuration menu
    Copy the full SHA
    5531cb9 View commit details
    Browse the repository at this point in the history
  2. Fix broken import in doc (#1121)

    * Fix broken import in doc
    
    * Add Carl Schwan to AUTHORS
    
    Co-authored-by: Alan Crosswell <[email protected]>
    CarlSchwan and n2ygk authored Mar 18, 2022
    Configuration menu
    Copy the full SHA
    e761ebc View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2022

  1. Security BCP: Remove OOB (#1124)

    * Remove OOB
    
    * Indicate that this is a security fix.
    n2ygk authored Mar 19, 2022
    Configuration menu
    Copy the full SHA
    fc291ce View commit details
    Browse the repository at this point in the history
  2. Revert 1070 (Celery tasks.py) (#1126)

    * Revert #1070: tasks.py raises an import exception with Celery and conflicts with Huey.
    n2ygk authored Mar 19, 2022
    Configuration menu
    Copy the full SHA
    2212144 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2022

  1. Configuration menu
    Copy the full SHA
    56c8c66 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a62195b View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2022

  1. 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]>
    vector-kerr and n2ygk authored Mar 28, 2022
    Configuration menu
    Copy the full SHA
    c8eee2c View commit details
    Browse the repository at this point in the history
  2. Add tutorial for Celery task setup. (#1128)

    * Add tutorial for Celery task setup.
    n2ygk authored Mar 28, 2022
    Configuration menu
    Copy the full SHA
    e8ffc9c View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2022

  1. 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>
    dopry and pre-commit-ci[bot] authored Mar 29, 2022
    Configuration menu
    Copy the full SHA
    c79eae2 View commit details
    Browse the repository at this point in the history
  2. 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>
    3 people authored Mar 29, 2022
    Configuration menu
    Copy the full SHA
    e647d51 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2022

  1. [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>
    pre-commit-ci[bot] authored Apr 23, 2022
    Configuration menu
    Copy the full SHA
    4a9039e View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2022

  1. sphinx-lint (#1142)

    * Testing sphinx-lint.
    
    * Add sphinx-lint to pre-commit-config, tox, and github workflow.
    
    * Add self to AUTHORS.
    JulienPalard authored Apr 24, 2022
    Configuration menu
    Copy the full SHA
    e506fce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec34fe9 View commit details
    Browse the repository at this point in the history
  3. 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]>
    n2ygk and Andrew-Chen-Wang authored Apr 24, 2022
    Configuration menu
    Copy the full SHA
    e8d0ee6 View commit details
    Browse the repository at this point in the history
  4. Release 2.0.0 (#1145)

    n2ygk authored Apr 24, 2022
    Configuration menu
    Copy the full SHA
    025cd1b View commit details
    Browse the repository at this point in the history
Loading