v1.1.4
This commit is contained in:
parent
fad69a2ba9
commit
406e7b118c
|
@ -1,6 +1,8 @@
|
||||||
Node.js Authenticator
|
Node.js Authenticator
|
||||||
=====================
|
=====================
|
||||||
|
|
||||||
|
| Sponsored by [ppl](https://ppl.family)
|
||||||
|
|
||||||
Two- and Multi- Factor Authenication (2FA / MFA) for node.js
|
Two- and Multi- Factor Authenication (2FA / MFA) for node.js
|
||||||
|
|
||||||
![](https://blog.authy.com/assets/posts/authenticator.png)
|
![](https://blog.authy.com/assets/posts/authenticator.png)
|
||||||
|
@ -24,8 +26,8 @@ Browser & Commandline Authenticator
|
||||||
|
|
||||||
You may also be interested in
|
You may also be interested in
|
||||||
|
|
||||||
* [Browser Authenticator](https://github.com/Daplie/browser-authenticator) over at <https://github.com/Daplie/browser-authenticator>
|
* [Browser Authenticator](https://git.coolaj86.com/coolaj86/browser-authenticator) over at <https://git.coolaj86.com/coolaj86/browser-authenticator>
|
||||||
* [Commandline Authenticator](https://github.com/Daplie/authenticator-cli) over at <https://github.com/Daplie/authenticator-cli>
|
* [Commandline Authenticator](https://git.coolaj86.com/coolaj86/authenticator-cli) over at <https://git.coolaj86.com/coolaj86/authenticator-cli>
|
||||||
|
|
||||||
Install
|
Install
|
||||||
=====
|
=====
|
||||||
|
|
12
package.json
12
package.json
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "authenticator",
|
"name": "authenticator",
|
||||||
"version": "1.1.3",
|
"version": "1.1.4",
|
||||||
"description": "Two- / Multi- Factor Authenication (2FA / MFA) for node.js",
|
"description": "Two- / Multi- Factor Authenication (2FA / MFA) for node.js",
|
||||||
"main": "authenticator.js",
|
"main": "authenticator.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -11,7 +11,7 @@
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://git.daplie.com/Daplie/node-authenticator.git"
|
"url": "git+https://git.coolaj86.com/coolaj86/node-authenticator.js.git"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"authenticator",
|
"authenticator",
|
||||||
|
@ -28,12 +28,12 @@
|
||||||
"google",
|
"google",
|
||||||
"microsoft"
|
"microsoft"
|
||||||
],
|
],
|
||||||
"author": "AJ ONeal <aj@daplie.com> (https://daplie.com/)",
|
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
|
||||||
"license": "Apache-2.0",
|
"license": "(MIT or Apache-2.0)",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://git.daplie.com/Daplie/node-authenticator/issues"
|
"url": "https://git.coolaj86.com/coolaj86/node-authenticator.js/issues"
|
||||||
},
|
},
|
||||||
"homepage": "https://git.daplie.com/Daplie/node-authenticator#readme",
|
"homepage": "https://git.coolaj86.com/coolaj86/node-authenticator.js#readme",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"authenticator-cli": "^1.0.3",
|
"authenticator-cli": "^1.0.3",
|
||||||
"notp": "^2.0.3",
|
"notp": "^2.0.3",
|
||||||
|
|
Loading…
Reference in New Issue