I want to implement the following functionality:
- A potential, not-signed-up user clicks on a link to authenticated content in my web app.
- The user is automatically taken to my sign up page.
- The user signs up and is then taken to the linked page.
- I use React Router.
I have no idea really how to approach this. Any advice would be much appreciated.
Thanks,
Chuck