Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Jwt ¶ added in v1.2.0
type Jwt struct {
// contains filtered or unexported fields
}
func ParseByRSA ¶ added in v1.2.0
Parse a jwt token by RSA public key.
func UnverifiedParse ¶ added in v1.2.0
Parse a token without secret or pem.
func (*Jwt) EncodeByRSA ¶ added in v1.2.0
Encode by RSA private key.
type RSAKeyPair ¶ added in v1.2.0
Click to show internal directories.
Click to hide internal directories.