Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
akiioto committed Oct 25, 2024
1 parent 0ba5f3b commit 718c314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/oidc/oidc.go
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ func NewTokenProcessor(

// tokenIssuer gets the issuer from the token.
// It doesn't verify the token, just parses its claims.
// It's used to create a new TokenProcessor.
// It's used toe a new TokenProcessor.
// TODO: signAlgorithm should be a TokenProcessor field.
// TODO: should we abstract usage of jwt and go-jose libraries?
func (tokenProcessor *TokenProcessor) tokenIssuer(signAlgorithm []string) (string, error) {
Expand Down

0 comments on commit 718c314

Please sign in to comment.