일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 |
- readAsDataURL
- toolkit
- ContextAPI
- Node
- redux/toolkit
- 옵션메뉴꾸미기
- 리액트
- bottomNav
- Android
- javaSrcript
- JavaScript
- hoos
- JS
- itemBackground
- react
- 자바스크립트
- state_checked
- Redux
- nodejs
- 팝업메뉴 꾸미기
- 코틀린
- 안드로이드
- Menu
- 팝업메뉴
- custom
- framework
- Dialog
- 커스텀옵션메뉴
- 메뉴클릭
- Hooks
- Today
- Total
목록Node (2)
대기업을 향한 디벨롭 블로그

passport를 사용하여 세션 , 쿠키 같은 로그인했을때의 정보를 가지고 클라이언트에서 자동으로 로그인되는 그런 기능들을 해줄 수 있다. 그냥 여권을 가지고있다고 생각하면된다. 손쉽게 처리를 할 수 있으니 편리하고 좋다. 그리고 다양한 SNS의 계정으로 로그인 해주는 좋은 모듈이다. 일단 공식사이트를 올려주겠다. https://www.passportjs.org/ Passport.js Simple, unobtrusive authentication for Node.js www.passportjs.org 우리는 local방식으로 로그인을 하는걸 구현할거다. local이란 DB에서 대조하여 로그인을 시켜주는 방식이다. 다른 방식으론 Social Authentication가 있다. 이것은 소셜 넷웤 인증방식이다..

nodemailer 모듈을 이용하여 이메일을 보내볼거다. https://nodemailer.com/about/ Nodemailer :: Nodemailer Nodemailer Nodemailer is a module for Node.js applications to allow easy as cake email sending. The project got started back in 2010 when there was no sane option to send email messages, today it is the solution most Node.js users turn to by default. npm i nodemailer.com nodemailer공식 사이트이다. 이 문서를 참고하여 포스팅한다. 일..