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: correct returned field for JWTTokenRequest #341

Merged
merged 1 commit into from
Mar 21, 2023
Merged

Conversation

muhlemmer
Copy link
Collaborator

JWTTokenRequest.GetIssuedAt() was returning the ExpiresAt field.
This change corrects that by returning IssuedAt instead.

This bug was introduced in #283

JWTTokenRequest.GetIssuedAt() was returning the ExpiresAt field.
This change corrects that by returning IssuedAt instead.

This bug was introduced in #283
@muhlemmer muhlemmer enabled auto-merge (rebase) March 21, 2023 09:44
@codecov
Copy link

codecov bot commented Mar 21, 2023

Codecov Report

Merging #341 (d6a6436) into main (115813e) will not change coverage.
The diff coverage is 0.00%.

@@           Coverage Diff           @@
##             main     #341   +/-   ##
=======================================
  Coverage   50.94%   50.94%           
=======================================
  Files          74       74           
  Lines        5638     5638           
=======================================
  Hits         2872     2872           
  Misses       2506     2506           
  Partials      260      260           
Impacted Files Coverage Δ
pkg/oidc/token_request.go 31.42% <0.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@muhlemmer muhlemmer merged commit a08ce50 into main Mar 21, 2023
@muhlemmer muhlemmer deleted the fix-jwtreq-iat branch March 21, 2023 09:46
@github-actions
Copy link

🎉 This PR is included in version 2.1.2 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@muhlemmer muhlemmer mentioned this pull request Mar 21, 2023
3 tasks
@github-actions
Copy link

github-actions bot commented May 2, 2023

🎉 This PR is included in version 3.0.0-next.6 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants