jwt

package
v0.6.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 8, 2024 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DecodePayloadAsRawJSON

func DecodePayloadAsRawJSON(s string) ([]byte, error)

DecodePayloadAsRawJSON extracts the payload and returns the raw JSON.

func ParseAccessToken

func ParseAccessToken(accessToken string) (*jwt.Token, error)

ParseAccessToken parses an oauth2 access token into a JWT token It does not perform verification

Types

type Claims

type Claims struct {
	Subject string
	Expiry  time.Time
	Pretty  string // string representation for debug and logging
}

Claims represents claims of an ID token.

func DecodeWithoutVerify

func DecodeWithoutVerify(s string) (*Claims, error)

DecodeWithoutVerify decodes the JWT string and returns the claims. Note that this method does not verify the signature and always trust it.

func (*Claims) IsExpired

func (c *Claims) IsExpired() bool

IsExpired returns true if the token is expired.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL