leodvincci / behav.io

This is a web application designed to help software engineering job seekers practice for behavioral interviews..
3 stars 1 forks source link

User registration #67

Closed leodvincci closed 1 year ago

leodvincci commented 1 year ago

I think I'm going to push often so that we can always have close to the most updated code base as we can. My reason is I think it may cause less merge conflicts and less code to review to catch errors/bugs early.

leodvincci commented 1 year ago
leodvincci commented 1 year ago

Completed the user registration API. Tested to make sure users were created. image

image

leodvincci commented 1 year ago

I forgot to start a new branch, and implemented user login on this same branch.

image

image

leodvincci commented 1 year ago

Now the sessionID and Tokens are passed. (and should be removed on logout) image