Currently the API accepts requests with the following header (signup + login): ``` {"username": "sample user", "password": "sample pwd"} ``` make it possible to either do `username` + `password` or: `email` + `password`
Currently the API accepts requests with the following header (signup + login):
make it possible to either do
username+passwordor:
email+password