So I built a program that will send an email link to people that want to register for a website and have attached a GUID at the end and stored that value in my database. I am trying to have it that when they click the link and access that page the program will parse out the GUID at the end and send it to my backend to check that it is in the database and they are allowed to view the register page.
this is an example url link that could be sent:
http://localhost:3000/#/forgotPassword?gu=7d49695a-0f33-2270-4fb9-0cb4a8b2ba9a
i can't seem to find a good way to just grab the information that is after the 'gu='.