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