Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Prepare ¶ added in v0.0.3
func Prepare[T any](configuration TokenGeneratorConfiguration, parameters TokenGeneratorParameters) (tokenGenerator *innerTokenGenerator[T], err error)
Types ¶
type TokenGeneratorParameters ¶ added in v0.0.2
type TokenGeneratorParameters struct { ErrorHandler func(ctx *fasthttp.RequestCtx, err error) Signature []byte }
Click to show internal directories.
Click to hide internal directories.