testing

package
v0.0.0-...-5abe684 Latest Latest
Warning

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

Go to latest
Published: Mar 3, 2021 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GenerateJwt

func GenerateJwt(t *testing.T, props JwtProps) string

GenerateJwt generates JWT only for testing purpose.

Types

type JwtProps

type JwtProps struct {
	// Filename prefix under ../testdata (e.g. "ES512-test1")
	Keyname string
	// Path to /server/jwt dir
	JwtDir string

	Alg domain.JwtAlg
	// Issuer
	Iss domain.JwtIss
	// ID
	Jti domain.JwtJti
	// Issue at
	Iat time.Time
	// Expire at
	Exp time.Time
	// Not valid before
	Nbf time.Time
	Aud []domain.JwtAud

	Claims map[string]interface{}
}

JwtProps is only for GenerateJwt

Jump to

Keyboard shortcuts

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