Dropping cookie, stick with headers.
This commit is contained in:
parent
02f46aab11
commit
63a690903c
4 changed files with 19 additions and 26 deletions
|
@ -53,6 +53,7 @@ type UsersService interface {
|
|||
}
|
||||
|
||||
type UserSession struct {
|
||||
Token string `json:"token"`
|
||||
AccessLevel string `json:"access_level"`
|
||||
Genus string `json:"genus"`
|
||||
}
|
||||
|
|
Reference in a new issue