two-factor-auth-server
Advanced tools
Comparing version 1.0.6 to 1.0.7
{ | ||
"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) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
134036