-
-
Notifications
You must be signed in to change notification settings - Fork 797
Comparing changes
Open a pull request
base repository: jazzband/django-oauth-toolkit
base: 2.3.0
head repository: jazzband/django-oauth-toolkit
compare: master
Commits on Jun 8, 2023
-
Cache loading of JWK object from OIDC private key (#1273)
* Cache loading of JWK object from OIDC private key * update AUTHORS * update changelog * test jwk_from_pem caches jwk object
Configuration menu - View commit details
-
Copy full SHA for 2f3dd45 - Browse repository at this point
Copy the full SHA 2f3dd45View commit details
Commits on Jun 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9000f45 - Browse repository at this point
Copy the full SHA 9000f45View commit details -
Configuration menu - View commit details
-
Copy full SHA for f28ca84 - Browse repository at this point
Copy the full SHA f28ca84View commit details
Commits on Jun 13, 2023
-
Add post_logout_redirect_uris field to application views (#1285)
* Add post_logout_redirect_uris field to application views * Update docs
Configuration menu - View commit details
-
Copy full SHA for f730b64 - Browse repository at this point
Copy the full SHA f730b64View commit details
Commits on Jul 17, 2023
-
[pre-commit.ci] pre-commit autoupdate (#1299)
updates: - [github.com/psf/black: 23.3.0 → 23.7.0](psf/black@23.3.0...23.7.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 c66af1c - Browse repository at this point
Copy the full SHA c66af1cView commit details
Commits on Aug 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a7f6468 - Browse repository at this point
Copy the full SHA a7f6468View commit details
Commits on Aug 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2cf7f4f - Browse repository at this point
Copy the full SHA 2cf7f4fView commit details
Commits on Aug 22, 2023
-
[pre-commit.ci] pre-commit autoupdate (#1308)
updates: - [github.com/sphinx-contrib/sphinx-lint: v0.6.7 → v0.6.8](sphinx-contrib/sphinx-lint@v0.6.7...v0.6.8) 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 01dd372 - Browse repository at this point
Copy the full SHA 01dd372View commit details
Commits on Aug 30, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a4ae1d4 - Browse repository at this point
Copy the full SHA a4ae1d4View commit details
Commits on Sep 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b8763da - Browse repository at this point
Copy the full SHA b8763daView commit details
Commits on Sep 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for adcb276 - Browse repository at this point
Copy the full SHA adcb276View commit details -
Configuration menu - View commit details
-
Copy full SHA for f8c9f36 - Browse repository at this point
Copy the full SHA f8c9f36View commit details
Commits on Sep 13, 2023
-
Allow the use of unhashed secrets (#1311)
* enable configuration of Applications to keep the client_secret unhashed to enable properly signed JWTs --------- Co-authored-by: Alan Crosswell <alan@crosswell.us> Co-authored-by: Alan Crosswell <alan@columbia.edu>
Configuration menu - View commit details
-
Copy full SHA for 0965100 - Browse repository at this point
Copy the full SHA 0965100View commit details
Commits on Sep 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e4b06eb - Browse repository at this point
Copy the full SHA e4b06ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 85bd366 - Browse repository at this point
Copy the full SHA 85bd366View commit details -
Updated Insert user example with scope. (#1316)
The Insert user example is the same as the last example saying it will present a permission error. People reading this will get an error trying what is shown as a positive result example.
Configuration menu - View commit details
-
Copy full SHA for fe7b086 - Browse repository at this point
Copy the full SHA fe7b086View commit details
Commits on Sep 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6bca431 - Browse repository at this point
Copy the full SHA 6bca431View commit details
Commits on Sep 22, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1eca949 - Browse repository at this point
Copy the full SHA 1eca949View commit details
Commits on Sep 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 9aa27c7 - Browse repository at this point
Copy the full SHA 9aa27c7View commit details
Commits on Oct 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 41591ad - Browse repository at this point
Copy the full SHA 41591adView commit details
Commits on Oct 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1c01da7 - Browse repository at this point
Copy the full SHA 1c01da7View commit details
Commits on Oct 9, 2023
-
[pre-commit.ci] pre-commit autoupdate (#1335)
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.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 b39ec01 - Browse repository at this point
Copy the full SHA b39ec01View commit details
Commits on Oct 10, 2023
-
- L with stroke should be treated as L - pySilver out of place, do we need a real name here for posterity?
Configuration menu - View commit details
-
Copy full SHA for 1c4a997 - Browse repository at this point
Copy the full SHA 1c4a997View commit details
Commits on Oct 17, 2023
-
Fix CORS by passing 'Origin' header to OAuthLib
It is possible to control CORS by overriding is_origin_allowed method of RequestValidator class. OAuthLib allows origin if: - is_origin_allowed returns True for particular request - Request connection is secure - Request has 'Origin' header
Configuration menu - View commit details
-
Copy full SHA for e1b89a5 - Browse repository at this point
Copy the full SHA e1b89a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 70074b7 - Browse repository at this point
Copy the full SHA 70074b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d38e4e - Browse repository at this point
Copy the full SHA 4d38e4eView commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for d312e48 - Browse repository at this point
Copy the full SHA d312e48View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce35a05 - Browse repository at this point
Copy the full SHA ce35a05View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7282fde - Browse repository at this point
Copy the full SHA 7282fdeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 09d853a - Browse repository at this point
Copy the full SHA 09d853aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8dc3ff1 - Browse repository at this point
Copy the full SHA 8dc3ff1View commit details -
Configuration menu - View commit details
-
Copy full SHA for f528338 - Browse repository at this point
Copy the full SHA f528338View commit details -
Configuration menu - View commit details
-
Copy full SHA for aa33708 - Browse repository at this point
Copy the full SHA aa33708View commit details -
Configuration menu - View commit details
-
Copy full SHA for 641ab0b - Browse repository at this point
Copy the full SHA 641ab0bView commit details -
Implement a minimal testing IDP and RP for maintainers. There is a single Application configured in the IDP for the RP sample application it used the OIDC Authorization + PKCE flow. This is a meant to be a starting point for building out further test scenarios.
Configuration menu - View commit details
-
Copy full SHA for f9fcaff - Browse repository at this point
Copy the full SHA f9fcaffView commit details -
Bump postcss from 8.4.23 to 8.4.31 in /tests/app/rp (#1340)
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.23 to 8.4.31. - [Release notes](https://github.com/postcss/postcss/releases) - [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md) - [Commits](postcss/postcss@8.4.23...8.4.31) --- updated-dependencies: - dependency-name: postcss dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0986719 - Browse repository at this point
Copy the full SHA 0986719View commit details -
Bump vite from 4.3.4 to 4.3.9 in /tests/app/rp (#1341)
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.3.4 to 4.3.9. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v4.3.9/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for efdf897 - Browse repository at this point
Copy the full SHA efdf897View commit details
Commits on Oct 19, 2023
-
Fix CORS by passing 'Origin' header to OAuthLib
It is possible to control CORS by overriding is_origin_allowed method of RequestValidator class. OAuthLib allows origin if: - is_origin_allowed returns True for particular request - Request connection is secure - Request has 'Origin' header
Configuration menu - View commit details
-
Copy full SHA for db6942f - Browse repository at this point
Copy the full SHA db6942fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 16cb613 - Browse repository at this point
Copy the full SHA 16cb613View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff2dfa9 - Browse repository at this point
Copy the full SHA ff2dfa9View commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for 0550d93 - Browse repository at this point
Copy the full SHA 0550d93View commit details -
Configuration menu - View commit details
-
Copy full SHA for b6de483 - Browse repository at this point
Copy the full SHA b6de483View commit details -
Configuration menu - View commit details
-
Copy full SHA for d6c5c58 - Browse repository at this point
Copy the full SHA d6c5c58View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0fc16f7 - Browse repository at this point
Copy the full SHA 0fc16f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 94213ea - Browse repository at this point
Copy the full SHA 94213eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 45ea962 - Browse repository at this point
Copy the full SHA 45ea962View commit details -
Configuration menu - View commit details
-
Copy full SHA for ec61ec2 - Browse repository at this point
Copy the full SHA ec61ec2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0cf46cd - Browse repository at this point
Copy the full SHA 0cf46cdView commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for 2c83e6c - Browse repository at this point
Copy the full SHA 2c83e6cView commit details
Commits on Oct 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 584627d - Browse repository at this point
Copy the full SHA 584627dView commit details
There are no files selected for viewing