Earth-Miles-Challenge / Express-Server

Backend server powered by Express.js
0 stars 0 forks source link

Create a register route #22

Open ericnicolaas opened 1 year ago

ericnicolaas commented 1 year ago

The API needs an endpoint where a user registration is POSTed.

An email verification process should be initiated to allow the user to confirm their email address.

This should also create a JWT to authenticate the user henceforth (though requiring email verification).

ericnicolaas commented 1 year ago

Partially done with ab82fb3