원인불명, 해결책 불명.. -_-
걍.. 귀찮아도
mysql result 객체(?) 에서
[ RowDataPacket { name: 'John', rollno: 1, marks: 74 }] |
요런식으로 배열인척 하는 이상한 녀석을 내뱉는데
result[0].name
result[0].rollno
result[0].marks
식으로 접근이 가능하니
새로운 객체로 생성해서 jwt에 넣어주면 된다.
이전에는 잘되던게 왜 갑자기 안될까.
요 한달사이 mysql이 바뀐걸까 jwt가 바뀐걸까...
[링크 : https://github.com/auth0/node-jsonwebtoken]
[링크 : https://www.tutorialkart.com/nodejs/node-js-mysql-select-from-query-examples/]
[링크 : https://stackoverflow.com/questions/38133084/how-to-access-rowdatapacket-mysql-node-js/38139286]
[링크 : https://stackoverflow.com/questions/31221980/how-to-access-a-rowdatapacket-object]
'Programming > node.js' 카테고리의 다른 글
node.js swagger (0) | 2018.11.12 |
---|---|
node.js axios delete에 body 쓰기 (0) | 2018.11.12 |
node.js 로그에 시간 정보 넣기 (0) | 2018.11.09 |
node npm argument (0) | 2018.11.09 |
node expres jwt (0) | 2018.11.08 |