bradcypert / porios

Connecting people through podcasts.
http://www.porios.com
3 stars 0 forks source link

Fix User API Endpoints #47

Closed Daeluse closed 7 years ago

Daeluse commented 7 years ago

The routes for Authenticating users and Creating need to be investigated

Daeluse commented 7 years ago

Currently, upon trying to log in with the default migration account, the response is {error: 'Bad Credentials'}. When trying to create a new user, a null user is created with every field, other than ID, being null.

bradcypert commented 7 years ago

Closing. FFR: We dont want to call HTTP with a string as the body. Just pass the JS Object.