Ruben0920 / myPOV

This is a repository for the stack of the myPOV application.
0 stars 0 forks source link

Sign up - Log in #1

Open Ruben0920 opened 3 months ago

Ruben0920 commented 3 months ago

Frontend:

Sign up page (including a page where they can choose interests)

Sign in page

Reset Password

Backend:

Create account endpoint (POST)

Login endpoint (POST)

JWT token authentication on every login

Reset password endpoint (PUT)

Ruben0920 commented 3 months ago

Login and Sign-up