Began work on hashing api keys
This commit is contained in:
@@ -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"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user