router에서 callback으로 묶어서 처리하는건 알겠는데...
페이지 넘어갈때 마다 x-auth-token은 누가 넘겨줘야 하지?
[링크 : https://www.a-mean-blog.com/ko/blog/Node-JS-API/_/JWT-JSON-Web-Token-로-로그인-REST-API-만들기]
[링크 : https://medium.freecodecamp.org/securing-node-js-restful-apis-with-json-web-tokens-9f811a92bb52]
[링크 : https://github.com/adnanrahic/securing-restful-apis-with-jwt/blob/master/auth/AuthController.js]
[링크 : http://expressjs.com/ko/api.html]
[링크 : http://expressjs.com/ko/guide/using-middleware.html]
[링크 : http://expressjs.com/ko/guide/routing.html]
+
[링크 : http://webframeworks.kr/tutorials/expressjs/auth_log_in_out/]
[링크 : https://github.com/auth0/express-jwt]
[링크 : https://medium.com/@patrykcieszkowski/jwt-authentication-in-express-js-ee898b87a60]
'Programming > node.js' 카테고리의 다른 글
node.js 로그에 시간 정보 넣기 (0) | 2018.11.09 |
---|---|
node npm argument (0) | 2018.11.09 |
npm 특정 버전의 모듈 설치하기 (0) | 2018.11.07 |
axios 여러개의 요청을 묶어서 하기 (0) | 2018.11.07 |
node.js REST get/post 관련 (0) | 2018.11.06 |