summaryrefslogtreecommitdiff
path: root/topics/authentication/authentication-authorisation-design.gmi
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2022-11-01 14:32:20 +0300
committerFrederick Muriuki Muriithi2022-11-01 14:32:20 +0300
commit747f4776297282bbc60472177ba2069b2d8c72f1 (patch)
treeaee984bbea227dd46850bdb31057f5d58dfcb67f /topics/authentication/authentication-authorisation-design.gmi
parentdcf6bcb4b9f2e069b35ba4b4b8bd4fd826e4bc3f (diff)
downloadgn-gemtext-747f4776297282bbc60472177ba2069b2d8c72f1.tar.gz
Topics: Add authetication implementation concerns
* topics/authentication/authentication-authorisation-design.gmi
Diffstat (limited to 'topics/authentication/authentication-authorisation-design.gmi')
-rw-r--r--topics/authentication/authentication-authorisation-design.gmi4
1 files changed, 4 insertions, 0 deletions
diff --git a/topics/authentication/authentication-authorisation-design.gmi b/topics/authentication/authentication-authorisation-design.gmi
index 0b7c451..65c6b28 100644
--- a/topics/authentication/authentication-authorisation-design.gmi
+++ b/topics/authentication/authentication-authorisation-design.gmi
@@ -31,6 +31,10 @@ The system will, in the near future, allow user authentication from external ser
* GeneNetwork uses the data from the service to identify the relevant local user details
* GeneNetwork uses local user details to create new session
+### Implementation Concerns
+
+The passwords (and other authentication tokens) should be in a separate database table from the unifying users table. This should provide for a somewhat unifying table for the different authentication schemes that will be provided by the system.
+
### WONTFIX
The following features will not be considered: