summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander_Kabui2024-09-23 10:26:34 +0300
committerAlexander_Kabui2024-09-23 10:26:34 +0300
commit49b656a6575bff537d662f486b3ef81e667f21c5 (patch)
tree7026453f035ee5ed3dfa711275290c108b42abcf
parent55b4b172e9d003a6a2f32d69c995e5c7c5ae7d23 (diff)
downloadgn-gemtext-49b656a6575bff537d662f486b3ef81e667f21c5.tar.gz
Update issue: implement redirect on login.
-rw-r--r--issues/gn-auth/implement-redirect-on-login.gmi8
1 files changed, 2 insertions, 6 deletions
diff --git a/issues/gn-auth/implement-redirect-on-login.gmi b/issues/gn-auth/implement-redirect-on-login.gmi
index a6faded..061957d 100644
--- a/issues/gn-auth/implement-redirect-on-login.gmi
+++ b/issues/gn-auth/implement-redirect-on-login.gmi
@@ -5,16 +5,12 @@
* assigned: alexm
* priority: medium
* status: in progress
-* keywords: gn-auth, auth, redirect, login, completed
+* keywords: gn-auth, auth, redirect, login, completed, closed
* type: feature-request
## Description
-The goal is to redirect users to login for services that
-require authentication and then after
-the page they were trying to access before logging in, rather than sending them to the homepage.
-Additionally, display the message "You are required to log in"
-on the current page instead of on the homepage.
+The goal is to redirect users to the login page for services that require authentication, and then return them to the page they were trying to access before logging in, rather than sending them to the homepage. Additionally, display the message "You are required to log in" on the current page instead of on the homepage.
## Tasks