A great way to streamline your login process is to ditch the email/password system and use Passwordless Authentication/Magic Links.
The user just enters their email address, you send a link to their email, they click the link, they log in.

This tutorial uses JWT or JSON Web Tokens to accomplish the secure exchange of permissions.
We build our server using NodeJS and Express.

#nodejs #expressjs #node #express #javascript

Create your own Passwordless Authentication Server | NodeJS & ExpressJS
5.80 GEEK