Began work on hashing api keys

This commit is contained in:
Torkel Ödegaard
2015-02-09 13:30:04 +01:00
parent c9f06e1da1
commit 5269422f7c
6 changed files with 33 additions and 29 deletions
-1
View File
@@ -60,6 +60,5 @@ type GetApiKeyByKeyQuery struct {
type ApiKeyDTO struct {
Id int64 `json:"id"`
Name string `json:"name"`
Key string `json:"key"`
Role RoleType `json:"role"`
}