diff options
author | Alexander_Kabui | 2024-09-23 10:26:34 +0300 |
---|---|---|
committer | Alexander_Kabui | 2024-09-23 10:26:34 +0300 |
commit | 49b656a6575bff537d662f486b3ef81e667f21c5 (patch) | |
tree | 7026453f035ee5ed3dfa711275290c108b42abcf | |
parent | 55b4b172e9d003a6a2f32d69c995e5c7c5ae7d23 (diff) | |
download | gn-gemtext-49b656a6575bff537d662f486b3ef81e667f21c5.tar.gz |
Update issue: implement redirect on login.
-rw-r--r-- | issues/gn-auth/implement-redirect-on-login.gmi | 8 |
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 |