Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removes kid presence verification #858

Closed
wants to merge 1 commit into from
Closed

Conversation

dehy
Copy link

@dehy dehy commented Feb 9, 2023

Per the RFC 7517, the kid key is optional.

This PR removes the check for a non-None value.

@github-actions github-actions bot added the stale Issues without activity for more than 60 days label Apr 11, 2023
@dehy
Copy link
Author

dehy commented Apr 11, 2023

Is there any problem with this PR ?

@auvipy auvipy self-requested a review April 11, 2023 10:13
@auvipy auvipy removed the stale Issues without activity for more than 60 days label Apr 11, 2023
@@ -74,7 +74,7 @@ def get_signing_keys(self, refresh: bool = False) -> List[PyJWK]:
signing_keys = [
jwk_set_key
for jwk_set_key in jwk_set.keys
if jwk_set_key.public_key_use in ["sig", None] and jwk_set_key.key_id
if jwk_set_key.public_key_use in ["sig", None]
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is it possible to test this change?

@jpadilla jpadilla added the keep label May 9, 2023
@github-actions github-actions bot added the stale Issues without activity for more than 60 days label Jul 9, 2023
@github-actions github-actions bot closed this Jul 16, 2023
@auvipy auvipy removed the stale Issues without activity for more than 60 days label Jul 16, 2023
@auvipy auvipy reopened this Jul 16, 2023
@github-actions github-actions bot added the stale Issues without activity for more than 60 days label Sep 15, 2023
@github-actions github-actions bot closed this Sep 23, 2023
@auvipy auvipy reopened this Sep 23, 2023
@github-actions github-actions bot removed the stale Issues without activity for more than 60 days label Sep 24, 2023
@github-actions github-actions bot added the stale Issues without activity for more than 60 days label Nov 23, 2023
@github-actions github-actions bot closed this Nov 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
keep stale Issues without activity for more than 60 days
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants