jwt

package
v0.0.6 Latest Latest
Warning

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

Go to latest
Published: Jan 15, 2026 License: MIT Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Generator

type Generator struct {
	// contains filtered or unexported fields
}

func NewGenerator

func NewGenerator() *Generator

NewGenerator creates a new JWT token generator

func (*Generator) GenerateToken

func (g *Generator) GenerateToken(appID int64, privateKeyPath string) (string, error)

GenerateToken generates a GitHub App JWT token from a private key file path

func (*Generator) GenerateTokenFromKey

func (g *Generator) GenerateTokenFromKey(appID int64, privateKeyContent string) (string, error)

GenerateTokenFromKey generates a GitHub App JWT token from private key content

func (*Generator) GetTokenClaims

func (g *Generator) GetTokenClaims(token string) (map[string]interface{}, error)

GetTokenClaims extracts claims from a JWT token (for testing/debugging)

func (*Generator) ValidateToken

func (g *Generator) ValidateToken(token string) error

ValidateToken validates a JWT token structure (for testing)

Jump to

Keyboard shortcuts

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