-
Notifications
You must be signed in to change notification settings - Fork 0
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
FEAT: Sign Up flow #3
Comments
Check it please - #4 (comment) |
@JPjok3r How do you test the APIs on Swagger to make requests on the sign-up route? |
Hi @DaniellaZambrano this is needed to test from swagger, |
@JPjok3r take a look |
@DaniellaZambrano well acording what we have, the url should be "http://localhost:3001/api/v1/auth/sign-up", and in the body is missing confirmPassword |
@JPjok3r That’s how it is in Swagger; I’m not sure who added it that way, but those are the fields that are currently there. I can't add fields I’m not familiar with. If you check Swagger, you’ll see there isn’t more information available. |
@DaniellaZambrano yes I was checking that, in sign-in is the same, who was in charge of that task, and here you can add fields, when you click on Try it out button and before clicking on execute But anyway I saw the url is wrong, that is why you are getting |
@JPjok3r can you give me the steps by steps to reproduce it? |
Yes sure @DaniellaZambrano :
|
@JPjok3r I'm not talking about that. I need is the URL you use and settings from localhost |
What feature?
Acceptance criteria
Following this Test Cases: https://docs.google.com/spreadsheets/d/1b-xRyyn39r4N9k-P7zC618jotIVunZbbz1Vv9ipHNOM/edit?gid=1854802596#gid=1854802596
The text was updated successfully, but these errors were encountered: