diff options
Diffstat (limited to 'issues/authentication_authorisation/rework-resources-system.gmi')
-rw-r--r-- | issues/authentication_authorisation/rework-resources-system.gmi | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/issues/authentication_authorisation/rework-resources-system.gmi b/issues/authentication_authorisation/rework-resources-system.gmi index eeec47d..85d37a1 100644 --- a/issues/authentication_authorisation/rework-resources-system.gmi +++ b/issues/authentication_authorisation/rework-resources-system.gmi @@ -3,10 +3,10 @@ ## Tags * assigned: fredm -* status: open +* status: closed, completed * priority: medium * type: refactor, feature request, design change -* keywords: auth, authorisation, resources, design change +* keywords: auth, authorisation, resources, design change, gn-auth ## Description @@ -29,3 +29,11 @@ This means that there is a need to refactor the code to make the concept of a "r * [x] Make resource to represent the system itself * [x] Make resources, each representing one of the "user groups" * [ ] Make resources, each representing the users of the system -- maybe? + +### Update 2024-02-27 + +The resource system was updated a while ago. + +We still do not view users as resources for the time being, and handle them slightly different from the rest of the system, controlling access to the users via other resources like the 'System' and 'Group' resources. + +This is considered completed. |