diff options
| author | Frederick Muriuki Muriithi | 2025-10-14 14:39:25 -0500 |
|---|---|---|
| committer | Pjotr Prins | 2026-01-05 11:12:10 +0100 |
| commit | 30f95c0d4f66082cd1ca2ffb3e379163e907f217 (patch) | |
| tree | f28216680c4ea2b0117dc778c12c7ec8fcc66c88 | |
| parent | 9ddc879e0daba5fa1bab476a4baad2f25ba9ba20 (diff) | |
| download | gn-gemtext-30f95c0d4f66082cd1ca2ffb3e379163e907f217.tar.gz | |
Fix Refresh Token: Close issue as obsolete.
| -rw-r--r-- | issues/gn-auth/fix-refresh-token.gmi | 7 |
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. |
