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

One typo word in IDTokenVerifier.Verify function's comment #265

Closed
dickynovanto1103 opened this issue Aug 5, 2020 · 0 comments · Fixed by #266
Closed

One typo word in IDTokenVerifier.Verify function's comment #265

dickynovanto1103 opened this issue Aug 5, 2020 · 0 comments · Fixed by #266

Comments

@dickynovanto1103
Copy link
Contributor

There is one typo word in the comment of this function:
func (v *IDTokenVerifier) Verify(ctx context.Context, rawIDToken string) (*IDToken, error)

The typo

// Verify parses a raw ID Token, verifies it's been signed by the provider, preforms
// any additional checks depending on the Config, and returns the payload.

The correct one:

// Verify parses a raw ID Token, verifies it's been signed by the provider, performs
// any additional checks depending on the Config, and returns the payload.
@dickynovanto1103 dickynovanto1103 changed the title One typo word in IDTokenVerifier.Verify comment One typo word in IDTokenVerifier.Verify function's comment Aug 5, 2020
dickynovanto1103 added a commit to dickynovanto1103/go-oidc that referenced this issue Aug 5, 2020
this fix one word typo of the IDTokenVerifier.Verify function's comment

Fixes coreos#265
mikedanese pushed a commit to dickynovanto1103/go-oidc that referenced this issue Sep 2, 2020
this fix one word typo of the IDTokenVerifier.Verify function's comment

Fixes coreos#265
ericchiang pushed a commit to ericchiang/go-oidc that referenced this issue Jan 7, 2021
this fix one word typo of the IDTokenVerifier.Verify function's comment

Fixes coreos#265
Adphi pushed a commit to linka-cloud/go-oidc that referenced this issue Sep 7, 2021
this fix one word typo of the IDTokenVerifier.Verify function's comment

Fixes coreos#265
bwangelme pushed a commit to bwangelme/go-oidc that referenced this issue Mar 2, 2022
this fix one word typo of the IDTokenVerifier.Verify function's comment

Fixes coreos#265
lukaszraczylo pushed a commit to lukaszraczylo/go-oidc that referenced this issue Apr 13, 2024
this fix one word typo of the IDTokenVerifier.Verify function's comment

Fixes coreos#265
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 a pull request may close this issue.

1 participant