diff options
author | Frederick Muriuki Muriithi | 2022-03-14 11:51:13 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2022-03-14 11:55:58 +0300 |
commit | 728aa9829f724778f855c73b1a58dc008e65ffec (patch) | |
tree | b3abafff5b9e4578c949115f1d71f1aa4446fcc7 | |
parent | 5333b5392f4259f43afaaa0bf942ba6996b8a0fc (diff) | |
download | gn-gemtext-728aa9829f724778f855c73b1a58dc008e65ffec.tar.gz |
Break out file into 2 separate issues
-rw-r--r-- | topics/authentication/auth.gmi | 6 | ||||
-rw-r--r-- | topics/authentication/replace-hard-coded-auth-with-gn-proxy.gmi | 10 | ||||
-rw-r--r-- | topics/authentication/user-info.gmi | 10 |
3 files changed, 20 insertions, 6 deletions
diff --git a/topics/authentication/auth.gmi b/topics/authentication/auth.gmi deleted file mode 100644 index 4258ca2..0000000 --- a/topics/authentication/auth.gmi +++ /dev/null @@ -1,6 +0,0 @@ -# [ ] Replace Hard coded authentication with gn-proxy - - -# [ ] Put user info in the a/c name in the menu - -When the user signs in to GN2, there is no info on the account name in the menu. diff --git a/topics/authentication/replace-hard-coded-auth-with-gn-proxy.gmi b/topics/authentication/replace-hard-coded-auth-with-gn-proxy.gmi new file mode 100644 index 0000000..f066399 --- /dev/null +++ b/topics/authentication/replace-hard-coded-auth-with-gn-proxy.gmi @@ -0,0 +1,10 @@ +# Replace Hard coded authentication with gn-proxy + +## Tags + +* assigned: ?? +* priority: medium +* status: unclear +* keywords: authentication, gn-proxy + +## Description diff --git a/topics/authentication/user-info.gmi b/topics/authentication/user-info.gmi new file mode 100644 index 0000000..c5723af --- /dev/null +++ b/topics/authentication/user-info.gmi @@ -0,0 +1,10 @@ +# Put user info in the a/c name in the menu + +When the user signs in to GN2, there is no info on the account name in the menu. + +## Tags + +* assigned: ?? +* priority: medium +* status: unclear +* keywords: authentication, user info |