Worked on anonymous access

This commit is contained in:
Torkel Ödegaard
2015-01-27 15:45:27 +01:00
parent 757b185398
commit a5e450a0dd
7 changed files with 66 additions and 24 deletions

View File

@@ -84,6 +84,9 @@ type SearchUsersQuery struct {
// DTO & Projections
type SignedInUser struct {
IsSignedIn bool
IsAnonymous bool
UserId int64
AccountId int64
AccountName string