I'm working on an Intranet and all my Sites are only accessable when the user is logged in. We want to send Newsletters for special News-Releases.
I have the following scenario:
www.exampleproject.com/news
/login
document.referrer
has my previous Pagelink stored/
(Home)So i know that i have the Information i need in my client. But i don't know how and where i should pass it.
Did someone implement something like that already or has a clue about my problem?
This feature is available via the apostrophe-second-chance-login module. When this npm module is installed and configured (per the README), requests for pages that would otherwise 404 due to permissions result in a login prompt followed by a redirect to the page.