summaryrefslogtreecommitdiff
path: root/issues/authentication_authorisation
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2024-02-27 05:07:41 +0300
committerFrederick Muriuki Muriithi2024-02-27 05:07:41 +0300
commitf77b169c09be92014dcfea49d427268381fe12e5 (patch)
tree6a73659cb645b13c1ac409dcb7b124ba0165b69a /issues/authentication_authorisation
parent15930e2d90894026083a8b21d2fef88562188a7a (diff)
downloadgn-gemtext-f77b169c09be92014dcfea49d427268381fe12e5.tar.gz
Update issues, closing some that are complete.
Diffstat (limited to 'issues/authentication_authorisation')
-rw-r--r--issues/authentication_authorisation/rework-resources-system.gmi12
-rw-r--r--issues/authentication_authorisation/temp-trait-error.gmi4
2 files changed, 12 insertions, 4 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.
diff --git a/issues/authentication_authorisation/temp-trait-error.gmi b/issues/authentication_authorisation/temp-trait-error.gmi
index 04ab99d..cc5d6db 100644
--- a/issues/authentication_authorisation/temp-trait-error.gmi
+++ b/issues/authentication_authorisation/temp-trait-error.gmi
@@ -4,8 +4,8 @@
* assigned: fredm, zsloan
* priority: high
-* status: open
-* keywords: authentication, authorisation, oauth2, temp-traits
+* status: closed, completed
+* keywords: authentication, authorisation, oauth2, temp-traits, gn-auth
* type: bug
## Description