Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shahednasser/node-2fa-tutorial
Code for Add 2-Factor Authentication with Google Authenticator in Node.js
https://github.com/shahednasser/node-2fa-tutorial
authentication google google-authentication google-authenticator javascript node nodejs nodejs-tutorial
Last synced: 4 months ago
JSON representation
Code for Add 2-Factor Authentication with Google Authenticator in Node.js
- Host: GitHub
- URL: https://github.com/shahednasser/node-2fa-tutorial
- Owner: shahednasser
- Created: 2022-01-21T17:32:16.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-13T21:11:02.000Z (almost 2 years ago)
- Last Synced: 2024-10-04T16:26:04.796Z (4 months ago)
- Topics: authentication, google, google-authentication, google-authenticator, javascript, node, nodejs, nodejs-tutorial
- Language: EJS
- Homepage: https://blog.shahednasser.com/how-to-add-authentication-with-google-authenticator-in-node-js/
- Size: 231 KB
- Stars: 18
- Watchers: 3
- Forks: 11
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# How to Add Authentication with Google Authenticator in Node.js
Code for [How to Add Authentication with Google Authenticator in Node.js tutorial](https://blog.shahednasser.com/how-to-add-authentication-with-google-authenticator-in-node-js/)
## Installation
After cloning this repository, install the dependencies:
```bash
npm i
```## Run the Server
Run the server with the following command:
```bash
npm start
```The server will run at `localhost:3000`.