Compare commits

...

5 Commits

Author SHA1 Message Date
AJ ONeal
0c021be7a3 v1.1.5 - update cli package 2018-05-29 14:26:28 -06:00
8826eda195 Merge branch 'master' of rajivshah3/node-authenticator.js into master 2018-05-29 20:24:10 +00:00
Rajiv Shah
f67283c91c
Upgrade authenticator-cli to 1.0.5 2018-05-26 17:49:43 -04:00
AJ ONeal
406e7b118c v1.1.4 2018-03-28 00:30:33 -06:00
fad69a2ba9 Update 'README.md' 2017-11-20 16:36:53 +00:00
2 changed files with 11 additions and 24 deletions

View File

@ -1,21 +1,8 @@
<!-- BANNER_TPL_BEGIN -->
About Daplie: We're taking back the Internet!
--------------
Down with Google, Apple, and Facebook!
We're re-decentralizing the web and making it read-write again - one home cloud system at a time.
Tired of serving the Empire? Come join the Rebel Alliance:
<a href="mailto:jobs@daplie.com">jobs@daplie.com</a> | [Invest in Daplie on Wefunder](https://daplie.com/invest/) | [Pre-order Cloud](https://daplie.com/preorder/), The World's First Home Server for Everyone
<!-- BANNER_TPL_END -->
Node.js Authenticator
=====================
| Sponsored by [ppl](https://ppl.family)
Two- and Multi- Factor Authenication (2FA / MFA) for node.js
![](https://blog.authy.com/assets/posts/authenticator.png)
@ -39,8 +26,8 @@ Browser & Commandline Authenticator
You may also be interested in
* [Browser Authenticator](https://github.com/Daplie/browser-authenticator) over at <https://github.com/Daplie/browser-authenticator>
* [Commandline Authenticator](https://github.com/Daplie/authenticator-cli) over at <https://github.com/Daplie/authenticator-cli>
* [Browser Authenticator](https://git.coolaj86.com/coolaj86/browser-authenticator) over at <https://git.coolaj86.com/coolaj86/browser-authenticator>
* [Commandline Authenticator](https://git.coolaj86.com/coolaj86/authenticator-cli) over at <https://git.coolaj86.com/coolaj86/authenticator-cli>
Install
=====

View File

@ -1,6 +1,6 @@
{
"name": "authenticator",
"version": "1.1.3",
"version": "1.1.5",
"description": "Two- / Multi- Factor Authenication (2FA / MFA) for node.js",
"main": "authenticator.js",
"scripts": {
@ -11,7 +11,7 @@
},
"repository": {
"type": "git",
"url": "git+https://git.daplie.com/Daplie/node-authenticator.git"
"url": "git+https://git.coolaj86.com/coolaj86/node-authenticator.js.git"
},
"keywords": [
"authenticator",
@ -28,14 +28,14 @@
"google",
"microsoft"
],
"author": "AJ ONeal <aj@daplie.com> (https://daplie.com/)",
"license": "Apache-2.0",
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
"license": "(MIT or Apache-2.0)",
"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": {
"authenticator-cli": "^1.0.3",
"authenticator-cli": "^1.0.5",
"notp": "^2.0.3",
"thirty-two": "0.0.2"
}