Compare commits

..

No commits in common. "master" and "v1.1.3" have entirely different histories.

2 changed files with 24 additions and 11 deletions

View File

@ -1,8 +1,21 @@
<!-- 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 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)
@ -26,8 +39,8 @@ Browser & Commandline Authenticator
You may also be interested in You may also be interested in
* [Browser Authenticator](https://git.coolaj86.com/coolaj86/browser-authenticator) over at <https://git.coolaj86.com/coolaj86/browser-authenticator> * [Browser Authenticator](https://github.com/Daplie/browser-authenticator) over at <https://github.com/Daplie/browser-authenticator>
* [Commandline Authenticator](https://git.coolaj86.com/coolaj86/authenticator-cli) over at <https://git.coolaj86.com/coolaj86/authenticator-cli> * [Commandline Authenticator](https://github.com/Daplie/authenticator-cli) over at <https://github.com/Daplie/authenticator-cli>
Install Install
===== =====

View File

@ -1,6 +1,6 @@
{ {
"name": "authenticator", "name": "authenticator",
"version": "1.1.5", "version": "1.1.3",
"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.coolaj86.com/coolaj86/node-authenticator.js.git" "url": "git+https://git.daplie.com/Daplie/node-authenticator.git"
}, },
"keywords": [ "keywords": [
"authenticator", "authenticator",
@ -28,14 +28,14 @@
"google", "google",
"microsoft" "microsoft"
], ],
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)", "author": "AJ ONeal <aj@daplie.com> (https://daplie.com/)",
"license": "(MIT or Apache-2.0)", "license": "Apache-2.0",
"bugs": { "bugs": {
"url": "https://git.coolaj86.com/coolaj86/node-authenticator.js/issues" "url": "https://git.daplie.com/Daplie/node-authenticator/issues"
}, },
"homepage": "https://git.coolaj86.com/coolaj86/node-authenticator.js#readme", "homepage": "https://git.daplie.com/Daplie/node-authenticator#readme",
"dependencies": { "dependencies": {
"authenticator-cli": "^1.0.5", "authenticator-cli": "^1.0.3",
"notp": "^2.0.3", "notp": "^2.0.3",
"thirty-two": "0.0.2" "thirty-two": "0.0.2"
} }