package auth

type Data struct {
	Sessions   map[string]string
	LoginCodes map[string]map[string]bool
}
