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

Remove dependency on github.com/lestrrat-go/jwx #5715

Merged
merged 2 commits into from
Dec 16, 2024

Conversation

rturner3
Copy link
Collaborator

We were using this package in only one place where we were parsing a JWK. go-jose, which we use extensively throughout the project, already provides this functionality. So we can eliminate this dependency by leveraging that existing functionality in go-jose.

We were using this package in only one place where we were parsing a
JWK. go-jose, which we use extensively throughout the project, already
provides this functionality. So we can eliminate this dependency by
leveraging that existing functionality in go-jose.

Signed-off-by: Ryan Turner <[email protected]>
@MarcosDY MarcosDY added this to the 1.11.2 milestone Dec 16, 2024
@MarcosDY MarcosDY merged commit 5c023a0 into spiffe:main Dec 16, 2024
35 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants