Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JwtGenerator ¶
func NewJwtGenrator ¶
func NewJwtGenrator[T any](key []byte, container T) (jg *JwtGenerator[T], err error)
生成Jwt生成器
func (*JwtGenerator[T]) Sign ¶ added in v0.0.12
func (g *JwtGenerator[T]) Sign(u T) (token []byte, err error)
Click to show internal directories.
Click to hide internal directories.