package
Version:
v0.0.0-...-3ae0001
Opens a new window with list of versions in this module.
Published: Jun 18, 2022
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type FacerecConfig struct {
Threshold float64 `json:"threshold"`
}
type Payload struct {
UserID int `json:"userId"`
Admin bool `json:"admin"`
}
type TokenProtected struct {
SynBytes []byte
Payload Payload
SignBytes []byte
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.