Skip to content

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

@dickynovanto1103

Description

@dickynovanto1103

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions