first working version
This commit is contained in:
parent
261ebed165
commit
c9dfecc519
21 changed files with 296 additions and 178 deletions
|
|
@ -31,6 +31,6 @@ type Config struct {
|
|||
HydraAdminURL string `json:"hydra_admin_url"`
|
||||
Issuer string `json:"issuer"`
|
||||
Version string `json:"-"`
|
||||
Admin bool `json:"admin,omitempty"`
|
||||
AdminDisabled bool `json:"admin_disabled,omitempty"`
|
||||
SecureCookie bool `json:"secure_cookie,omitempty"`
|
||||
}
|
||||
|
|
|
|||
|
|
@ -9,6 +9,7 @@ type User struct {
|
|||
Created string
|
||||
Secret string
|
||||
Admin bool
|
||||
Disabled bool
|
||||
Locked int
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue