package
Version:
v1.0.2
Opens a new window with list of versions in this module.
Published: Jul 9, 2025
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type JWT struct {
SignKey []byte
}
type UserClaim struct {
jwt.StandardClaims
UserId int64 `json:"user_id"`
IpAddr string `json:"ip"`
CompanyIds []int64 `json:"company_ids"`
PermissionCodes []string `json:"permission_codes"`
ExpiresAt int64 `json:"exp"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.