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(deps): update module github.com/micahparks/keyfunc to v3 #34

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

tolleiv
Copy link
Collaborator

@tolleiv tolleiv commented Apr 25, 2024

No description provided.

@tolleiv tolleiv requested a review from czenker April 25, 2024 06:49
@@ -58,14 +60,6 @@ func (t *TokenValidator) RetrieveClaimsFromToken(ctx context.Context, tokenInput
return nil, fmt.Errorf("token invalid")
}

if t.boundIssuer != "" && !token.Claims.(*jwt.RegisteredClaims).VerifyIssuer(t.boundIssuer, true) {
Copy link
Contributor

Choose a reason for hiding this comment

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

How are issuer and audience checked now?

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