Documentation
¶
Overview ¶
Package models defines the different object models used in User
Package models defines the different object models used in User
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
// ContextKeyParsedToken var
ContextKeyParsedToken = contextKey("ParsedToken")
)
Functions ¶
This section is empty.
Types ¶
type ParsedToken ¶ added in v0.3.0
type ParsedToken struct {
Email string
}
ParsedToken contains details that are encoded in the received JWT token
type UserWithCursor ¶
UserWithCursor implements the pair of the user with a cursor that determines the location of the tennat in the repository.
Click to show internal directories.
Click to hide internal directories.