Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 사용법 가이드

Awesome Lists containing this project

README

        

# OTP Tutorial

[가이드](https://blog.naver.com/pjt3591oo/221672982232)

* 의존성 모듈 설치

```
$ npm i
```

* 생성

```
$ node create.js
```

* 검증

```
$ node verified.js
```