rp
04/18/2021, 9:10 AMZeferiniX
04/18/2021, 9:10 AMZeferiniX
04/18/2021, 9:11 AMrp
04/18/2021, 9:11 AMZeferiniX
04/18/2021, 9:12 AMZeferiniX
04/18/2021, 9:12 AMrp
04/18/2021, 9:13 AMZeferiniX
04/18/2021, 9:14 AMuser
04/20/2021, 8:13 PMdleiva04
04/20/2021, 11:08 PMuser
04/21/2021, 7:10 AMuser
04/21/2021, 7:21 AMrp
04/21/2021, 7:55 AMrp
04/21/2021, 7:56 AMinit
on)rp
04/21/2021, 8:08 AMdleiva04
04/21/2021, 8:12 AMdleiva04
04/21/2021, 8:12 AMdleiva04
04/21/2021, 8:12 AMuser
04/21/2021, 8:12 AMrp
04/21/2021, 8:13 AMdleiva04
04/21/2021, 8:13 AMrp
04/21/2021, 8:21 AM-d
flag (in the last line) and show me what the error is?dleiva04
04/21/2021, 8:24 AMrp
04/21/2021, 8:24 AMdleiva04
04/21/2021, 8:25 AMrp
04/21/2021, 8:25 AMdleiva04
04/21/2021, 8:27 AMrp
04/21/2021, 8:32 AMhttp://localhost:8080
(can use anything, but for this example, I will be using that).
- Your apiBasePath
is the default one (/auth
)
In Postman, do the following:
- Put http://localhost:8080/auth/signin
in the URL
- Change method to POST
- Click on Body > raw option
- Choose JSON in the drop down that shows up next to the options
- Paste the following in the body and click send:
{
"formFields": [
{
"id": "email",
"value": "test@example.com"
},
{
"id": "password",
"value": "testPassword"
}
]
}
dleiva04
04/21/2021, 8:40 AMdleiva04
04/21/2021, 8:40 AM