Magic links: JWT vs random string
Tutorials I’ve come across about implementing magic link authentication (in Node) recommend a mechanism like this:
the user hits your endpoint with their email address
you generate a signed JWT from the email and the date using a constant… Continue reading Magic links: JWT vs random string