Skip to content

Commit c46a993

Browse files
splittimvdkleijn
andauthored
Add 2FAuth (#784)
* Add 2FAuth * Update Logo * Change Name * Bugfix * Update 2FAuth.php * trigger workflow * Update and rename 2FAuth.php to TwoFAuth.php * Rename app.json to app.json --------- Co-authored-by: Martijn van der Kleijn <[email protected]>
1 parent 1ef1328 commit c46a993

File tree

3 files changed

+17
-0
lines changed

3 files changed

+17
-0
lines changed

2FAuth/2fauth.png

28 KB
Loading

TwoFAuth/TwoFAuth.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<?php
2+
3+
namespace App\SupportedApps\TwoFAuth;
4+
5+
class TwoFAuth extends \App\SupportedApps
6+
{
7+
}

TwoFAuth/app.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"appid": "0f39819ef48a5ad062e9329587b299839e099539",
3+
"name": "2FAuth",
4+
"website": "https://github.com/Bubka/2FAuth",
5+
"license": "GNU Affero General Public License v3.0 or later",
6+
"description": "2FAuth is a web based self-hosted alternative to One Time Passcode (OTP) generators like Google Authenticator, designed for both mobile and desktop.",
7+
"enhanced": false,
8+
"tile_background": "light",
9+
"icon": "2fauth.png"
10+
}

0 commit comments

Comments
 (0)