Socket
Socket
Sign inDemoInstall

@jovijovi/express-2fa-token

Package Overview
Dependencies
4
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @jovijovi/express-2fa-token

2FA token middleware for pedro.js


Version published
Weekly downloads
3
decreased by-40%
Maintainers
1
Created
Weekly downloads
 

Changelog

Source

v1.1.0

Features

  • (common/auditor): check only if the expression is valid

Readme

Source

Pedro Express 2FA token Package

This submodule is part of pedro.js project.

Install

npm install @jovijovi/express-2fa-token

or

yarn add @jovijovi/express-2fa-token

Usage

import express from 'express';
import {TwoFAToken} from '@jovijovi/express-2fa-token';

const app = express();
app.use(TwoFAToken);

License

MIT

Keywords

FAQs

Last updated on 12 Jul 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc