summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzsloan2023-07-28 14:10:30 -0500
committerGitHub2023-07-28 14:10:30 -0500
commitda8bd2e7033c322be8387396b9cd53829f0984aa (patch)
tree2ee1dce782770da6cc5b8395284463dbd18d58c3
parenta9d3546fa3823087e8439e088942824faece5121 (diff)
downloadgn-gemtext-da8bd2e7033c322be8387396b9cd53829f0984aa.tar.gz
Create temp-trait-error.gmi
-rw-r--r--issues/authentication_authorisation/temp-trait-error.gmi15
1 files changed, 15 insertions, 0 deletions
diff --git a/issues/authentication_authorisation/temp-trait-error.gmi b/issues/authentication_authorisation/temp-trait-error.gmi
new file mode 100644
index 0000000..1d56afc
--- /dev/null
+++ b/issues/authentication_authorisation/temp-trait-error.gmi
@@ -0,0 +1,15 @@
+# Temp traits don't seem to be handled by the authorization system
+
+## Tags
+
+* assigned: fredm, zsloan
+* priority: high
+* status: open
+* keywords: authentication, authorisation, oauth2, temp-traits
+* type: bug
+
+## Description
+
+Trying to view the trait page for a temp trait (such as the PCA traits generated from the correlation matrix page) throws an error. I think this is because the authorization endpoint doesn't account for temp traits.
+
+Not sure how to handle this, since the trait page code currently expects privileges information. The authorization code in question probably needs to be changed (it should probably just assume all temp traits are public).