mirror of
https://github.com/1f349/lavender.git
synced 2024-12-22 07:34:06 +00:00
Permissions got broken
This commit is contained in:
parent
c5a4d17a75
commit
5a455b78ac
@ -20,3 +20,6 @@ func (c *ClientStore) IsSSO() bool { return c.Sso }
|
||||
|
||||
// IsActive is an extra field for the app manager to get the active state
|
||||
func (c *ClientStore) IsActive() bool { return c.Active }
|
||||
|
||||
// UsePerms is an extra field for the userinfo handler to return user permissions matching the requested values
|
||||
func (c *ClientStore) UsePerms() string { return c.Perms }
|
||||
|
Loading…
Reference in New Issue
Block a user