summaryrefslogtreecommitdiff
path: root/issues/gn-auth
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2024-04-24 08:32:33 +0300
committerFrederick Muriuki Muriithi2024-04-24 08:32:33 +0300
commit241676a4a91bc3e6490f102e43959a0b60503615 (patch)
treef53c6da3a93abb4c0b238bca9c63dfb9501d8d11 /issues/gn-auth
parent39154bc23959f3900ddbd323a6de89583bf2db0b (diff)
downloadgn-gemtext-241676a4a91bc3e6490f102e43959a0b60503615.tar.gz
gn-auth: Edit oauth2 clients (New issue)
Diffstat (limited to 'issues/gn-auth')
-rw-r--r--issues/gn-auth/edit-oauth2-clients.gmi15
1 files changed, 15 insertions, 0 deletions
diff --git a/issues/gn-auth/edit-oauth2-clients.gmi b/issues/gn-auth/edit-oauth2-clients.gmi
new file mode 100644
index 0000000..8bd1ea2
--- /dev/null
+++ b/issues/gn-auth/edit-oauth2-clients.gmi
@@ -0,0 +1,15 @@
+# Edit OAuth2 Clients
+
+## Tags
+
+* status: open
+* priority: high
+* type: enhancement
+* assigned: fredm
+* keywords: gn-auth, issue, oauth2
+
+## Description
+
+With the recent updates to use JWT in place of simple "AuthorizationCode" tokens, we needed to update the database to ensure the OAuth2 clients had the appropriate grant types set up.
+
+It turns out, at least for a while, that we will need a way to easily update the properties of the clients that are registered. This means adding a UI that enables editing/deleting of existing oauth2 clients.