//
pkg.gl
Category
github.com/neticdk-k8s/ic
internal
jwt
package
0.7.5
Repository:
https://github.com/neticdk-k8s/ic.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
7
Dependents
1
Files
63 SLOC
#
Functions
DecodePayloadAsRawJSON
DecodePayloadAsRawJSON extracts the payload and returns the raw JSON.
DecodeWithoutVerify
DecodeWithoutVerify decodes the JWT string and returns the claims.
ParseAccessToken
ParseAccessToken parses an oauth2 access token into a JWT token It does not perform verification.
#
Structs
Claims
Claims represents claims of an ID token.