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: oauthlib/oauthlib
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.2.0
Choose a base ref
...
head repository: oauthlib/oauthlib
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.2.1
Choose a head ref
  • 15 commits
  • 57 files changed
  • 10 contributors

Commits on Jan 8, 2022

  1. Configuration menu
    Copy the full SHA
    1695eef View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2022

  1. Merge pull request #800 from oauthlib/3.2.0-dev

    Changelog 3.2.0
    JonathanHuot authored Jan 29, 2022
    Configuration menu
    Copy the full SHA
    ccf9189 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2022

  1. add missing slots to TokenBase

    ariebovenberg authored and auvipy committed Feb 13, 2022
    Configuration menu
    Copy the full SHA
    6b1f5db View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2022

  1. Configuration menu
    Copy the full SHA
    47c229c View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2022

  1. Merge pull request #806 from luhn/refresh-grant-cors

    Add CORS support for Refresh Token Grant.
    JonathanHuot authored Feb 18, 2022
    Configuration menu
    Copy the full SHA
    f175204 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #797 from cclauss/patch-2

    GitHub Action to lint Python code
    JonathanHuot authored Feb 18, 2022
    Configuration menu
    Copy the full SHA
    d4bafd9 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2022

  1. Docs: fix Sphinx warnings for better ReadTheDocs generation (#807)

    * Fix list of current features for 3.2.0
    
    * Renamed travis-ci.org icon URLs
    
    * Force fixing the warnings in the docs generation
    
    * Removed unused folder reference
    
    * Added orphean documents into summary.
    
    * Fix docstring formatting example in contributing page.
    
    * Removed unused argument from documentation
    
    * Fix sphinx warning resulting in loss of formatting in RTD.
    
    * Force setuptools until pypa/setuptools#3118 is fixed
    
    * Prevent linux redirection in travis instructions
    
    * Add graphviz/dot command to generate docs frmo Travis
    JonathanHuot authored Feb 24, 2022
    Configuration menu
    Copy the full SHA
    2f887b5 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2022

  1. Allow non-HTTPS issuer when OAUTHLIB_INSECURE_TRANSPORT. (#803)

    * Allow non-HTTPS issuer when OAUTHLIB_INSECURE_TRANSPORT.
    
    * Add unit test for validating issuer.
    luhn authored Mar 6, 2022
    Configuration menu
    Copy the full SHA
    b123283 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2022

  1. Configuration menu
    Copy the full SHA
    b14ad85 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2022

  1. Fix typo in server.rst

    missing semicolon
    nemanja-tozic authored and auvipy committed May 25, 2022
    Configuration menu
    Copy the full SHA
    7db45bd View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2022

  1. Fixed isort imports

    tox runs isort, whicn pointed multiple errors.
    Fixed them in this PR
    dasm authored and auvipy committed Jun 15, 2022
    Configuration menu
    Copy the full SHA
    bdc486e View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2022

  1. docs: Fix a few typos

    There are small typos in:
    - docs/oauth1/security.rst
    - docs/oauth2/grants/custom_grant.rst
    - oauthlib/oauth2/rfc6749/clients/backend_application.py
    - oauthlib/oauth2/rfc6749/clients/base.py
    - oauthlib/oauth2/rfc6749/clients/legacy_application.py
    - oauthlib/oauth2/rfc6749/clients/service_application.py
    - oauthlib/oauth2/rfc6749/clients/web_application.py
    - oauthlib/oauth2/rfc6749/endpoints/revocation.py
    - oauthlib/oauth2/rfc6749/parameters.py
    - oauthlib/openid/connect/core/grant_types/dispatchers.py
    
    Fixes:
    - Should read `parameters` rather than `paramters`.
    - Should read `instantiate` rather than `instanciate`.
    - Should read `successfully` rather than `sucessfully`.
    - Should read `present` rather than `pressent`.
    - Should read `parameter` rather than `paramater`.
    - Should read `efficient` rather than `effecient`.
    timgates42 authored and auvipy committed Jul 3, 2022
    Configuration menu
    Copy the full SHA
    6569ec3 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2022

  1. docs: fix typos

    kianmeng authored and auvipy committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    0adbbe1 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2022

  1. Prepare 3.2.1 release

    JonathanHuot committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    1a45d97 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2022

  1. Configuration menu
    Copy the full SHA
    88bb156 View commit details
    Browse the repository at this point in the history
Loading