Permissions got broken

This commit is contained in:
Melon 2024-05-18 01:45:21 +01:00
parent c5a4d17a75
commit 5a455b78ac
Signed by: melon
GPG Key ID: 6C9D970C50D26A25

View File

@ -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 }