Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type JwtManager ¶
type JwtManager interface {
Start() (err error)
Generate(*m.User, ...*time.Time) (accessToken string, err error)
Verify(string) (claims *UserClaims, err error)
SetHmacKey(hmacKey []byte)
}
func NewJwtManager ¶
func NewJwtManager(lc fx.Lifecycle, adaptors *adaptors.Adaptors) (mananger JwtManager)
type UserClaims ¶
Click to show internal directories.
Click to hide internal directories.