DEV Community

Discussion on: 📧 Email authentication in Django-Rest-Framework

Collapse
 
eniayo profile image
einayo_a

When I used 127.0.0.1:8000/auth/registeration/ on POSTMAN it kept saying "{
"email": [
"This field is required."
],
"password1": [
"This field is required."
],
"password2": [
"This field is required."
]
}"

Collapse
 
rajeshj3 profile image
Rajesh Joshi

You have to pass these into the body or as raw JSON data.