-
Notifications
You must be signed in to change notification settings - Fork 33
Comparing changes
Open a pull request
base repository: IdentityPython/pyop
base: v3.4.0
head repository: IdentityPython/pyop
compare: master
- 16 commits
- 6 files changed
- 6 contributors
Commits on May 31, 2022
-
Signed-off-by: Ivan Kanakarakis <ivan.kanak@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 837045e - Browse repository at this point
Copy the full SHA 837045eView commit details
Commits on Nov 8, 2022
-
fix: ValueError should be raised, not returned
Fix an issue where invalid config might lead to an ValueError object being used as a databasse object, leading to application errors later. Rather fail fast by properly raising the exception.
Configuration menu - View commit details
-
Copy full SHA for 58a7c15 - Browse repository at this point
Copy the full SHA 58a7c15View commit details -
Merge pull request #44 from REANNZ/fix-raise-invalid-uri
fix: ValueError should be raised, not returned
Configuration menu - View commit details
-
Copy full SHA for 970abcb - Browse repository at this point
Copy the full SHA 970abcbView commit details
Commits on Nov 9, 2022
-
fix: auth_state: update db when marking code as used
Store the updated `authz_info` info back into the database after marking the code as used. Otherwise, the change would be discarded when using a DB (would hold only with in-memory dict)
Configuration menu - View commit details
-
Copy full SHA for b4c32ec - Browse repository at this point
Copy the full SHA b4c32ecView commit details -
Merge pull request #45 from REANNZ/fix-exchange-code-update-db
fix: auth_state: update db when marking code as used
Configuration menu - View commit details
-
Copy full SHA for 28964c5 - Browse repository at this point
Copy the full SHA 28964c5View commit details
Commits on Nov 15, 2022
-
fix: userinfo: avoid indexing by None user_id in stateless mode (#46)
In stateless mode, `user_id` passed to `get_claims_for` is always `None`. When no claims are available and userinfo is thus also `None`, `user_id` is used as index to self._db, but that triggers a `KeyError: None`. As `create_access_token` populates `user_info` field in `authz_info` only of `user_info` is pythonically `True`, `user_info` passed here ends up being `None`, not empty dict `{}`. As the `Userinfo` class does not have access to `Provider.stateless`, the easiest fix is to make the db lookup conditional on user_id being pythonically True - which corresponds with not being in stateltess mode.
Configuration menu - View commit details
-
Copy full SHA for e2f7d88 - Browse repository at this point
Copy the full SHA e2f7d88View commit details -
fix: example/requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-SETUPTOOLS-3113904
Configuration menu - View commit details
-
Copy full SHA for c7b9ff6 - Browse repository at this point
Copy the full SHA c7b9ff6View commit details
Commits on Jun 30, 2023
-
Add configurable subject_identifier_uri to clients
According to the [OIDC Documentation](https://openid.net/specs/openid-connect-core-1_0.html#PairwiseAlg), the client must configure a `subject_identifier_uri`, if multiple `redirect_uri` are configured. This patch adds the possibility to do this as described in #49. Signed-off-by: Sven Haardiek <sven@haardiek.de>
Configuration menu - View commit details
-
Copy full SHA for 8cbd697 - Browse repository at this point
Copy the full SHA 8cbd697View commit details
Commits on Sep 29, 2023
-
Pin pyop to the latest version of PyMongo 3.x until it has completely migrated to PyMongo 4. Most of the key new methods and options from PyMongo 4.0 are backported in PyMongo 3.12, making migration much easier. Closes #51
Configuration menu - View commit details
-
Copy full SHA for 8bc8d0a - Browse repository at this point
Copy the full SHA 8bc8d0aView commit details
Commits on Oct 11, 2023
-
- Fix support of PyMongo 4 - Add configurable subject_identifier_uri to clients - fix: example/requirements.txt to reduce vulnerabilities - fix: userinfo: avoid indexing by None user_id in stateless mode Signed-off-by: Ivan Kanakarakis <ivan.kanak@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for a6cbe40 - Browse repository at this point
Copy the full SHA a6cbe40View commit details
Commits on Oct 26, 2023
-
fix: example/requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-WERKZEUG-6035177
Configuration menu - View commit details
-
Copy full SHA for 1c98f84 - Browse repository at this point
Copy the full SHA 1c98f84View commit details
Commits on Oct 1, 2024
-
fix: example/requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-REQUESTS-6928867
Configuration menu - View commit details
-
Copy full SHA for 38d5fbd - Browse repository at this point
Copy the full SHA 38d5fbdView commit details -
fix: example/requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-REQUESTS-6928867 - https://snyk.io/vuln/SNYK-PYTHON-URLLIB3-7267250
Configuration menu - View commit details
-
Copy full SHA for 5d222af - Browse repository at this point
Copy the full SHA 5d222afView commit details -
fix: example/requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-SETUPTOOLS-7448482
Configuration menu - View commit details
-
Copy full SHA for edb7397 - Browse repository at this point
Copy the full SHA edb7397View commit details
Commits on Nov 6, 2024
-
For the stateless flow, retrieve the extra_id_token_claims from the a…
…uth_code in the request
Configuration menu - View commit details
-
Copy full SHA for de52a30 - Browse repository at this point
Copy the full SHA de52a30View commit details -
For the stateless flow, retrieve the extra_id_token_claims from the auth_code in the request Signed-off-by: Ivan Kanakarakis <ivan.kanak@gmail.com>
Configuration menu - View commit details 4D41
-
Copy full SHA for fab87f9 - Browse repository at this point
Copy the full SHA fab87f9View 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 v3.4.0...master