Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct {
Config config.Config
Webspaces *webspace.Manager
// contains filtered or unexported fields
}
Server is the main webspaced server struct
type UserClaims ¶
type UserClaims struct {
jwt.StandardClaims
IsAdmin bool `json:"is_admin"`
Version uint `json:"version"`
}
UserClaims represents claims in an auth JWT
Click to show internal directories.
Click to hide internal directories.