Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mohamedsamara/node-otp
Node OTP Example with Speakeasy
https://github.com/mohamedsamara/node-otp
nodejs otp speakeasy totp
Last synced: 2 days ago
JSON representation
Node OTP Example with Speakeasy
- Host: GitHub
- URL: https://github.com/mohamedsamara/node-otp
- Owner: mohamedsamara
- License: mit
- Created: 2023-05-29T22:50:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-30T00:33:38.000Z (over 1 year ago)
- Last Synced: 2024-11-09T05:42:29.428Z (about 2 months ago)
- Topics: nodejs, otp, speakeasy, totp
- Language: TypeScript
- Homepage:
- Size: 45.9 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Node OTP
# Description
This project is an example of using Speakeasy Two-factor Authentication in Node.js
## Libraries Used
- [Node](https://nodejs.org/en/)
- [TypeScript](https://www.typescriptlang.org/)
- [Speakeasy](https://github.com/speakeasyjs/speakeasy)
## Quick start
1. Clone this repo using `git clone https://github.com/mohamedsamara/node-otp.git`
2. Move to the directory: `cd `.
3. Run `yarn install` in order to install dependencies.## Start development
```
yarn run dev
```## Simple build for production
```
yarn build
```## Run build for production
```
yarn start
```