summaryrefslogtreecommitdiff
path: root/topics
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2023-12-04 21:56:02 +0300
committerFrederick Muriuki Muriithi2023-12-04 21:56:02 +0300
commit251f283bee9b017f3a8a04132a1d2324f84476cf (patch)
tree609e8c82c73502ec96980e69df72650cfec2f1b9 /topics
parent28cb3691db02bf31104bc377b43f82eb3d2c2cb2 (diff)
downloadgn-gemtext-251f283bee9b017f3a8a04132a1d2324f84476cf.tar.gz
Close issues related to auth.
Diffstat (limited to 'topics')
-rw-r--r--topics/authentication/authentication-authorisation-design.gmi10
-rw-r--r--topics/authentication/replace-hard-coded-auth-with-gn-proxy.gmi2
-rw-r--r--topics/authentication/user-info.gmi6
3 files changed, 11 insertions, 7 deletions
diff --git a/topics/authentication/authentication-authorisation-design.gmi b/topics/authentication/authentication-authorisation-design.gmi
index 92b396e..9bb5727 100644
--- a/topics/authentication/authentication-authorisation-design.gmi
+++ b/topics/authentication/authentication-authorisation-design.gmi
@@ -154,8 +154,8 @@ The privileges shall come as part of the system, and shall not be UI manageable.
The following issues are related to this topic.
-=> /issues/authorisation Clean Up Authorisation (contains extra info)
-=> /topics/authentication/replace-hard-coded-auth-with-gn-proxy Replace Hard coded authentication with gn-proxy
-=> /topics/authentication/user-info Put user info in the a/c name in the menu
-=> /issues/authentication_authorisation/migrate-user-accounts-from-redis Migrate User Accounts from Redis to new Auth DB
-=> /issues/authentication_authorisation/build-oauth2-client-registration Build Registration Page for OAuth2 Clients
+=> /issues/authorisation (closed) Clean Up Authorisation (contains extra info)
+=> /topics/authentication/replace-hard-coded-auth-with-gn-proxy (closed) Replace Hard coded authentication with gn-proxy
+=> /topics/authentication/user-info (closed) Put user info in the a/c name in the menu
+=> /issues/authentication_authorisation/migrate-user-accounts-from-redis (closed) Migrate User Accounts from Redis to new Auth DB
+=> /issues/authentication_authorisation/build-oauth2-client-registration (closed) Build Registration Page for OAuth2 Clients
diff --git a/topics/authentication/replace-hard-coded-auth-with-gn-proxy.gmi b/topics/authentication/replace-hard-coded-auth-with-gn-proxy.gmi
index 05ccb53..28a9f71 100644
--- a/topics/authentication/replace-hard-coded-auth-with-gn-proxy.gmi
+++ b/topics/authentication/replace-hard-coded-auth-with-gn-proxy.gmi
@@ -5,7 +5,7 @@
* assigned: bonfacem
* priority: medium
* type: enhancement
-* status: in progress
+* status: closed, completed
* keywords: authentication, gn-proxy
## Description
diff --git a/topics/authentication/user-info.gmi b/topics/authentication/user-info.gmi
index 6a1bc33..85f7268 100644
--- a/topics/authentication/user-info.gmi
+++ b/topics/authentication/user-info.gmi
@@ -6,6 +6,10 @@ When the user signs in to GN2, there is no info on the account name in the menu.
* assigned: bonfacem
* priority: medium
-* status: unclear
+* status: closed, completed
* type: bug
* keywords: authentication, user info
+
+## Description
+
+The account name is displayed whenever the user is logged in.