This commit is contained in:
parent
c79e57a335
commit
6f88490abe
|
@ -30,4 +30,8 @@ urequest(req, function (err, resp, body) {
|
||||||
console.log('Location:', resp.headers.location);
|
console.log('Location:', resp.headers.location);
|
||||||
console.log('Body:');
|
console.log('Body:');
|
||||||
console.log(body);
|
console.log(body);
|
||||||
|
/*
|
||||||
|
{ jwt: '...'
|
||||||
|
}
|
||||||
|
*/
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue