summary refs log tree commit diff
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2025-10-14 14:39:25 -0500
committerPjotr Prins2026-01-05 11:12:10 +0100
commit30f95c0d4f66082cd1ca2ffb3e379163e907f217 (patch)
treef28216680c4ea2b0117dc778c12c7ec8fcc66c88
parent9ddc879e0daba5fa1bab476a4baad2f25ba9ba20 (diff)
downloadgn-gemtext-30f95c0d4f66082cd1ca2ffb3e379163e907f217.tar.gz
Fix Refresh Token: Close issue as obsolete.
-rw-r--r--issues/gn-auth/fix-refresh-token.gmi7
1 files changed, 6 insertions, 1 deletions
diff --git a/issues/gn-auth/fix-refresh-token.gmi b/issues/gn-auth/fix-refresh-token.gmi
index 1a6a825..222b731 100644
--- a/issues/gn-auth/fix-refresh-token.gmi
+++ b/issues/gn-auth/fix-refresh-token.gmi
@@ -2,7 +2,7 @@
 
 ## Tags
 
-* status: open
+* status: closed, obsolete
 * priority: high
 * assigned: fredm
 * type: feature-request, bug
@@ -51,3 +51,8 @@ This actually kills 2 birds with the one stone:
 
 * Get the refresh token from the cookies rather than from the body
 * Maybe: make refreshing the access token unaware of threads/workers
+
+
+## Close as Obsolete
+
+We no longer do refresh tokens at all, they were a pain to look into, so I simply removed them from the system.