-
Notifications
You must be signed in to change notification settings - Fork 70
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
[api] POST /users/ to signup #6
Comments
What kind of sign up auth are we looking at? email pass? |
Hey @championswimmer, can I restructure the folder and file structures a little bit? For example, I feel the entities should actually be referred as models and be inside the models package, and the stuffs which we are referring as models are actually just DTO, so it should be inside a dto package, if that makes sense. Also, thinking about handling errors instead of just lo.Must() while doing this PR. Is that ok, or should I tone it down? |
|
Cool, got it!!! Raising a PR for the folder structure change |
Raised PR#9 for User SignUp. Can add - Email Regex Check, Domain Lookup, Email Verification. |
No description provided.
The text was updated successfully, but these errors were encountered: