some improvements
This commit is contained in:
parent
c9dfecc519
commit
804842e7c5
4 changed files with 47 additions and 23 deletions
|
|
@ -8,6 +8,7 @@ type User struct {
|
|||
Password string
|
||||
Created string
|
||||
Secret string
|
||||
Claims map[string]string
|
||||
Admin bool
|
||||
Disabled bool
|
||||
Locked int
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue