Once the user opens a magic link that includes a ?token=1a2b3c in the url, it should be saved locally in localStorage and be used for fetches without exposing it in the URL which is a security risk. We should immediately drop it from the visible page URL.
It will be cleared upon Log out.
Once the user opens a magic link that includes a
?token=1a2b3cin the url, it should be saved locally in localStorage and be used for fetches without exposing it in the URL which is a security risk. We should immediately drop it from the visible page URL.It will be cleared upon Log out.