Express 썸네일형 리스트형 Let’s Encrypt nodejs 적용기 Let’s Encrypt nodejs 적용기 let’s encrypt는 설치하기 위해선 python 2.7 버전을 설치합니다. 아래는 파이썬과 certboot을 다운로드하는 과정(Git이 설치되지 않은경우 미리 설치를 진행해주셔야합니다.) cd /usr/local yum install epel-release rpm -ivh https://rhel6.iuscommunity.org/ius-release.rpm yum install git python27 python27-devel python27-pip python27-setuptools python27-virtualenv python27-libs git clone https://github.com/certbot/certbot certbot을 설치하여봅시다... 더보기 JWT, middleware 인증 프로세스사용자요청미들웨어(인증)데이터처리Model에서의 데이터 처리몽구스에서 statics와 methods를 통해 데이터 처리 함수를 정의한다.methods의 경우 새로 만든 객체를 통한 데이터 대입등에 이용하고 static의 경우 조회같은 단순 결과에 주로 이용합니다.thisarrow function을 사용을 피하는게 좋은데 this 메서드를 사용할 수 없기 때문이다.예시UserSchema.methods.generateAuthToken = function () { var user = this; var access = 'auth'; var token = jwt.sign({_id: user._id.toHexString(), access}, 'abc123').toString(); user.tokens... 더보기 이전 1 다음