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

fix: logic for jwks endpoint unmarshalling was incorrect #594

Merged
merged 2 commits into from
Nov 19, 2024

Conversation

jairad26
Copy link
Contributor

@jairad26 jairad26 commented Nov 19, 2024

Description

The loop currently checks for when the jwks env var isempty to unmarshall, when it should be the opposite. also it only resets the timer if it doesnt ifnd the env var, when it should do it regardless

Checklist

  • Code compiles correctly and linting passes locally
  • For all code changes, an entry added to the CHANGELOG.md file describing and linking to this PR
  • Tests added for new functionality, or regression tests for bug fixes added as applicable
  • For public APIs, new features, etc., PR on docs repo staged and linked here

@jairad26 jairad26 requested a review from a team as a code owner November 19, 2024 16:38
@jairad26 jairad26 changed the title fix logic for jwks unmarshallling loop fix: logic for jwks endpoint unmarshalling was incorrect Nov 19, 2024
@jairad26 jairad26 merged commit e1769bf into main Nov 19, 2024
45 checks passed
@jairad26 jairad26 deleted the jai/hyp-2587-error-unexpected-end-of-json-input branch November 19, 2024 17:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants