jeehwan-lee / jwt-login

jwt-login with React and Node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jwt 로그인 구현

  1. Credentials : 쿠키, Authorization 인증헤더, TLS Client certificates를 내포하는 자격 인증 정보 -> 요청과 응답에 쿠키를 담고 싶을 경우 withCredentials 옵션을 통해 설정

node.js에서 require / import 차이점 알아두기 express.json() 필요 cors policy 찾아보기

About

jwt-login with React and Node.js


Languages

Language:JavaScript 54.8%Language:HTML 29.4%Language:CSS 15.9%