package
Version:
v0.0.0-...-f616806
Opens a new window with list of versions in this module.
Published: Jun 10, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type JwtCustomClaims struct {
Id string `json:"id"`
User models.UserORM `json:"user"`
jwt.StandardClaims
}
type TokenValidationResponse struct {
Id string `json:"id"`
ExpiresAt time.Time `json:"expires_at"`
User models.UserORM `json:"user"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.