two-factor-auth-server
Advanced tools
Comparing version 1.0.7 to 1.0.8
{ | ||
"name": "two-factor-auth-server", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
# two-factor-auth-server | ||
[![license](https://img.shields.io/github/license/mashape/apistatus.svg?maxAge=2592000)][MIT License] | ||
[![Build](https://travis-ci.org/clems4ever/two-factor-auth-server.svg?branch=master)](https://travis-ci.org/clems4ever/two-factor-auth-server) | ||
**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. | ||
@@ -14,4 +17,6 @@ | ||
After few seconds the services should be running and you should be able to visit: http://localhost:8080/. | ||
After few seconds the services should be running and you should be able to visit [http://localhost:8080/](http://localhost:8080/) and access the login page: | ||
![login-page](/images/login.png) | ||
### LDAP authentication | ||
@@ -25,3 +30,3 @@ An LDAP server has been deployed with the following credentials: **admin/password**. | ||
![secret-key](https://github.com/clems4ever/two-factor-auth-server/raw/master/secret-key.png) | ||
![secret-key](/images/secret-key.png) | ||
@@ -53,3 +58,3 @@ ## Documentation | ||
## Contributing to two-factor-auth-server | ||
Follow [contributing](CONTRIBUTING.md) file. | ||
Follow [contributing](CONTRIBUTORS.md) file. | ||
@@ -56,0 +61,0 @@ ## License |
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
174664
35
85