diff options
author | Frederick Muriuki Muriithi | 2023-12-04 21:56:02 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2023-12-04 21:56:02 +0300 |
commit | 251f283bee9b017f3a8a04132a1d2324f84476cf (patch) | |
tree | 609e8c82c73502ec96980e69df72650cfec2f1b9 | |
parent | 28cb3691db02bf31104bc377b43f82eb3d2c2cb2 (diff) | |
download | gn-gemtext-251f283bee9b017f3a8a04132a1d2324f84476cf.tar.gz |
Close issues related to auth.
-rw-r--r-- | issues/authorisation.gmi | 4 | ||||
-rw-r--r-- | topics/authentication/authentication-authorisation-design.gmi | 10 | ||||
-rw-r--r-- | topics/authentication/replace-hard-coded-auth-with-gn-proxy.gmi | 2 | ||||
-rw-r--r-- | topics/authentication/user-info.gmi | 6 |
4 files changed, 14 insertions, 8 deletions
diff --git a/issues/authorisation.gmi b/issues/authorisation.gmi index a984652..820ec84 100644 --- a/issues/authorisation.gmi +++ b/issues/authorisation.gmi @@ -9,8 +9,10 @@ Atm genenetwork2's handling of authorisation is a bit clunky; Since @Bonface is # Tags * assigned: bonfacem, pjotrp, zachs -* keywords: authorisation +* keywords: authorisation, reference * priority: medium +* status: closed, completed, obsoleted +* type: feature request ### Tasks 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. |