summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander_Kabui2024-09-17 13:04:02 +0300
committerAlexander_Kabui2024-09-17 13:04:02 +0300
commit6dc4b1c9d4b4164d279aa1a7ffc703c3d751f377 (patch)
treef8b746b253c18fcf28a7d6c3ac8021f80a2ebc23
parentec83534528ad6053a6d5089b751e3663ff4e7db8 (diff)
downloadgn-gemtext-6dc4b1c9d4b4164d279aa1a7ffc703c3d751f377.tar.gz
Add new issue: redirect users on login.
-rw-r--r--issues/gn-auth/implement-redirect-on-login.gmi22
1 files changed, 22 insertions, 0 deletions
diff --git a/issues/gn-auth/implement-redirect-on-login.gmi b/issues/gn-auth/implement-redirect-on-login.gmi
new file mode 100644
index 0000000..2c54fce
--- /dev/null
+++ b/issues/gn-auth/implement-redirect-on-login.gmi
@@ -0,0 +1,22 @@
+# Redirect Users to the Correct URL on Login for GN2
+
+## Tags
+
+* assigned: alexm
+* priority: medium
+* status: in progress
+* keywords: gn-auth, auth, redirect, login
+* 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.
+
+## Tasks
+
+* [ ] Redirect users to the login page if they are not logged in.
+* [ ] Implement a redirect to the correct resource after users log in.