-
Notifications
You must be signed in to change notification settings - Fork 1
Ns link signup form to backend #82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| @@ -0,0 +1,4 @@ | |||
| export type SignUpDto = { | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could be a good idea to create a new folder at the apps directory which will house anything that both the frontend and backend need to share like DTOs. This is so that we can avoid repeated code.
Again, definitely don't need to do this in this PR. Just leaving this so we know for the future!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll probably wait on this one just so I can pull before I rewrite the imports on all the files!
|
looks good, just one more conflict! |


ℹ️ Issue
Closes https://www.notion.so/mahekagg/GI-78-Connect-register-page-to-auth-endpoint-1998b3e6836e80ddb668e27a08bf28f0?pvs=4
📝 Description
Notes:
The backend endpoint is missing some important features, like telling the frontend if a user enters an invalid password or if an account exists. It's missing error handling.
Verification


Completed a successful signup using a mock user