-
Notifications
You must be signed in to change notification settings - Fork 404
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
Comments
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
There is one typo word in the comment of this function:
func (v *IDTokenVerifier) Verify(ctx context.Context, rawIDToken string) (*IDToken, error)
The typo
The correct one:
The text was updated successfully, but these errors were encountered: