Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
afb0eab0a3 | ||
|
|
b35b16d403 | ||
|
|
f7532d7f8c | ||
|
|
dfb35b9810 | ||
| 24de3b0ec8 |
21
README.md
21
README.md
@ -1,20 +1,7 @@
|
|||||||
<!-- 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 -->
|
|
||||||
|
|
||||||
# Commandline Authenticator
|
# Commandline Authenticator
|
||||||
|
|
||||||
|
| Sponsored by [ppl](https://ppl.family)
|
||||||
|
|
||||||
A commandline Authenticator App (for Authy, Google Authenticator, Microsoft Authenticator, Facebook Authenticator, TOTP, etc)
|
A commandline Authenticator App (for Authy, Google Authenticator, Microsoft Authenticator, Facebook Authenticator, TOTP, etc)
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
@ -48,8 +35,8 @@ authenticator --help
|
|||||||
|
|
||||||
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.js) over at <https://git.coolaj86.com/coolaj86/browser-authenticator.js>
|
||||||
* [Node.js Authenticator](https://github.com/Daplie/node-authenticator) over at <https://github.com/Daplie/node-authenticator>
|
* [Node.js Authenticator](https://git.coolaj86.com/coolaj86/node-authenticator.js) over at <https://git.coolaj86.com/coolaj86/node-authenticator.js>
|
||||||
|
|
||||||
## Full Usage
|
## Full Usage
|
||||||
|
|
||||||
|
|||||||
15
package.json
15
package.json
@ -1,15 +1,16 @@
|
|||||||
{
|
{
|
||||||
"name": "authenticator-cli",
|
"name": "authenticator-cli",
|
||||||
"version": "1.0.3",
|
"version": "1.0.5",
|
||||||
"description": "A commandline Authenticator App (for Authy, Google Authenticator, Microsoft Authenticator, TOTP / 2FA / MFA / OTP, etc)",
|
"description": "A commandline Authenticator App (for Authy, Google Authenticator, Microsoft Authenticator, TOTP / 2FA / MFA / OTP, etc)",
|
||||||
|
"homepage": "https://git.coolaj86.com/coolaj86/authenticator-cli.js",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"bin": {
|
"bin": {
|
||||||
"authenticator": "bin/authenticator.js"
|
"authenticator": "bin/authenticator.js"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"authenticator": "^1.1.0",
|
"authenticator": "^1.1.0",
|
||||||
"cli": "^0.11.1",
|
"cli": "^1.0.1",
|
||||||
"qrcode-terminal": "^0.10.0"
|
"qrcode-terminal": "^0.12.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {},
|
"devDependencies": {},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
@ -17,7 +18,7 @@
|
|||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git+https://git.daplie.com/Daplie/authenticator-cli.git"
|
"url": "git+https://git.coolaj86.com/coolaj86/authenticator-cli.js.git"
|
||||||
},
|
},
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"Authenticator",
|
"Authenticator",
|
||||||
@ -30,6 +31,7 @@
|
|||||||
"microsoft",
|
"microsoft",
|
||||||
"facebook",
|
"facebook",
|
||||||
"daplie",
|
"daplie",
|
||||||
|
"ppl",
|
||||||
"totp",
|
"totp",
|
||||||
"2fa",
|
"2fa",
|
||||||
"mfa",
|
"mfa",
|
||||||
@ -40,7 +42,6 @@
|
|||||||
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
|
"author": "AJ ONeal <coolaj86@gmail.com> (https://coolaj86.com/)",
|
||||||
"license": "MPL-2.0",
|
"license": "MPL-2.0",
|
||||||
"bugs": {
|
"bugs": {
|
||||||
"url": "https://git.daplie.com/Daplie/authenticator-cli/issues"
|
"url": "https://git.coolaj86.com/coolaj86/authenticator-cli.js/issues"
|
||||||
},
|
}
|
||||||
"homepage": "https://git.daplie.com/Daplie/authenticator-cli#readme"
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user