Hmm that sounds pretty neat! Sounds a little scary at first but people’s e-mail accounts are generally considered secure by most password reset systems after all.
I’m confused at where to put the “final destination” URL. Do I need to configure my FlowRouter routes to be cognizant of the token at the end of the URL?
If my normal route to get to the “post that Josh Owns commented on” is:
https://myapp.com/anyroute?foo=bar
will FlowRouter act accordingly when somebody clicks on the link in their email that appears as:
Or am I passing the actual URL around somewhere else and doing a FlowRouter redirect or Flowrouter.Go after they login? The documentation is nice I’m just having some trouble connecting the dots.
EDIT: explained on GitHub… see link in the below post