User
Last updated
Last updated
File Name : user.js File Path : /server/routes/user.js This route is used to handle end user related queries. For example: fetching single user using id, creating new user, Adding new address to existing end user details, etc.
GET
/api/users
Name | Type | Description |
---|---|---|
GET
/api/users/register
Name | Type | Description |
---|---|---|
Authorization
string
Authentication Token
string
email id from fb data
password
string
password (user id) from fb data
fname
string
first name from fb data
lname
string
last name from fb data
profileUrl
string
Profile Url from fb data
deviceId
string
Device Id for later use