diff options
author | Alexander_Kabui | 2024-05-29 15:29:53 +0300 |
---|---|---|
committer | Alexander_Kabui | 2024-05-29 15:29:53 +0300 |
commit | 78adb8d5b9f073669d0c30e651c62f111b97e64a (patch) | |
tree | 5a946db38da2234f0598d2c94aebe38d78aca1ae | |
parent | 08ad5c87adc1f3c2d1a209d88485efc9ae31055f (diff) | |
download | gn-gemtext-78adb8d5b9f073669d0c30e651c62f111b97e64a.tar.gz |
Mark issue: implement auth to gn-llm as completed.
-rw-r--r-- | issues/implement-auth-to-gn-llm.gmi | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/issues/implement-auth-to-gn-llm.gmi b/issues/implement-auth-to-gn-llm.gmi index 3bb1511..496a7cb 100644 --- a/issues/implement-auth-to-gn-llm.gmi +++ b/issues/implement-auth-to-gn-llm.gmi @@ -6,8 +6,9 @@ * keywords: llm, auth * type: feature * priority: high -* status: in progress +* status: done, completed ## Description -The main objective is to integrate gn-authentication with gn-llm. This feature will ensure that only logged-in users can access the functionality, thereby preventing misuse by bots and unauthorized users.
\ No newline at end of file +The main objective is to integrate gn-authentication with gn-llm. This feature will ensure that only +logged-in users can access the functionality, thereby preventing misuse by bots and unauthorized users.
\ No newline at end of file |