Passwordless Login With Magic Links in Node.js
I've seen developers implement magic link auth four different ways and get it wrong three of them. The broken versions all share the same flaw: they use a regular get + del to verify tokens, which mea
blog.zyvop.com11 min read