quinone / password-manager

Password management application developed as a group project for college.
0 stars 0 forks source link

Implement User Registration #4

Closed quinone closed 6 months ago

quinone commented 6 months ago

Implement user authentication functionality to allow users to register

quinone commented 6 months ago

Users can register with an email and password. Route auth/register is currently working.