Documentation
¶
Index ¶
Constants ¶
View Source
const XGlueAuthentication = "X-Glue-Authentication"
Variables ¶
Functions ¶
Types ¶
type GlueAuthentication ¶
type GlueAuthentication struct {
Session struct {
ID string `json:"id"`
} `json:"session"`
User struct {
ID string `json:"id"`
Nick string `json:"nick"`
Picture string `json:"picture"`
Email string `json:"email"`
} `json:"user"`
}
func GetAuth ¶
func GetAuth(ctx context.Context) *GlueAuthentication
Click to show internal directories.
Click to hide internal directories.