Here’s what I already have:
- A custom web app that already has user authentication. It already leverages JWT for authentication.
- A semi-public site on Netlify that has certain pages I would like to only expose to authenticated users of my web app.
I would like to redirect users who are not authenticated to my web app login page to authenticate and then redirect back to their requested (protected) page on my public site.
Is this even possible? If so, what’s the best option? I’ve read as much documentation as I can find, but it seems like this might not be possible. And if it is, would I need to upgrade to the Business plan (likely cost-prohibitive)?
Thanks in advance!