Dropping cookie, stick with headers.

This commit is contained in:
Matthew Dillon 2015-01-13 15:57:17 -09:00
parent 02f46aab11
commit 63a690903c
4 changed files with 19 additions and 26 deletions

View file

@ -53,6 +53,7 @@ type UsersService interface {
}
type UserSession struct {
Token string `json:"token"`
AccessLevel string `json:"access_level"`
Genus string `json:"genus"`
}