GET /auth/facebook
Authentication: Required
Authenticates the user using a provided Facebook access token and returns a JSON Web Token access token to be used with future API requests.
GET /auth/facebook
Authorization: jwt <token>
200 OK
Content-Type: application/json
{
"token": "string"
}