Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pjt3591oo/otp-tutorial
OTP 사용법 가이드
https://github.com/pjt3591oo/otp-tutorial
authentication javascript nodejs otp
Last synced: about 7 hours ago
JSON representation
OTP 사용법 가이드
- Host: GitHub
- URL: https://github.com/pjt3591oo/otp-tutorial
- Owner: pjt3591oo
- Created: 2019-10-09T11:41:40.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-28T09:11:26.000Z (over 3 years ago)
- Last Synced: 2023-03-03T06:15:30.336Z (over 1 year ago)
- Topics: authentication, javascript, nodejs, otp
- Language: JavaScript
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# OTP Tutorial
[가이드](https://blog.naver.com/pjt3591oo/221672982232)
* 의존성 모듈 설치
```
$ npm i
```* 생성
```
$ node create.js
```* 검증
```
$ node verified.js
```