some improvements

This commit is contained in:
ston1th 2022-07-10 17:33:03 +02:00
commit 804842e7c5
4 changed files with 47 additions and 23 deletions

View file

@ -8,6 +8,7 @@ type User struct {
Password string
Created string
Secret string
Claims map[string]string
Admin bool
Disabled bool
Locked int