Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

two-factor-auth-server

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

two-factor-auth-server - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

2

package.json
{
"name": "two-factor-auth-server",
"version": "1.0.6",
"version": "1.0.7",
"description": "",

@@ -5,0 +5,0 @@ "main": "src/index.js",

@@ -1,5 +0,5 @@

# http-two-factor
# two-factor-auth-server
[![license](https://img.shields.io/github/license/mashape/apistatus.svg?maxAge=2592000)][MIT License]
**http-two-factor** is the simplest to set up HTTP 2-factor authentication server. It is compatible with NGINX auth_request module and is used in production to secure internal services in a swarm cluster.
**two-factor-auth-server** is the simplest to set up HTTP 2-factor authentication server. It is compatible with NGINX auth_request module and is used in production to secure internal services in a swarm cluster.

@@ -24,6 +24,6 @@ ## Getting started

![secret-key](https://github.com/clems4ever/http-two-factor/raw/master/secret-key.png)
![secret-key](https://github.com/clems4ever/two-factor-auth-server/raw/master/secret-key.png)
## Documentation
http-two-factor provides a way to log in using LDAP credentials and TOTP tokens. When the user is logged in,
two-factor-auth-server provides a way to log in using LDAP credentials and TOTP tokens. When the user is logged in,
the server generates a JSON web token with an expiry date that the user must keep in the *access_token* cookie.

@@ -51,7 +51,7 @@

## Contributing to http-two-factor
## Contributing to two-factor-auth-server
Follow [contributing](CONTRIBUTING.md) file.
## License
http-2-factor is **licensed** under the **[MIT License]**. The terms of the license are as follows:
two-factor-auth-server is **licensed** under the **[MIT License]**. The terms of the license are as follows:

@@ -58,0 +58,0 @@ The MIT License (MIT)

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc