Versions in this module Expand all Collapse all v0 v0.3.0 Jun 7, 2023 v0.2.1 Jun 7, 2023 v0.2.0 Jun 5, 2023 Changes in this version + type JWTIssuer struct + Signer crypto.Signer + Token string + func New(t *testing.T, kid string, sub string, aud []string) *JWTIssuer + func (j JWTIssuer) IssueJWT(ctx context.Context, params *jwt.JWTParams) (string, error)