Please review my (basic) approach to user email verification [closed]
After successful user registration, the session is created via session cookie and the account is marked as unverified.
A universally unique 128 long random string is created using node’s crypto (see below). The length effectively makes br… Continue reading Please review my (basic) approach to user email verification [closed]