Skip to content

Commit

Permalink
Adding module infos & screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
Bizarrus committed Sep 5, 2024
1 parent 057083b commit 28d4cdf
Show file tree
Hide file tree
Showing 6 changed files with 44 additions and 3 deletions.
11 changes: 11 additions & 0 deletions authenticator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Changelog
## `1.0.2` - 05.09.2024
- Add module information (screenshots, readme, changelog)

## `1.0.1` - 10.08.2024
- Adding a Module check
- Fix some bugs
- reinstall procedure on errors/checks

## `1.0.0` - 06.08.2024
Implement the basic module for 2FA via an authenticator app.
16 changes: 16 additions & 0 deletions authenticator/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Authenticator
The plugin enables two-factor authentication when logging in.

## Support us! ![Sponsors](https://img.shields.io/github/sponsors/fruithost?style=social)
Donations are an important contribution to the development of OpenSource projects. With your donation you can help us to advance our project. Your support enables us to support the programming.

Be a team-player, all feedbacks of our donations will have the priority. We will build the site for **YOU**!

[![PAYPAL]](https://paypal.me/debitdirect) [![PATREON]](https://www.patreon.com/fruithost) [![GITHUB]](https://github.com/sponsors/fruithost)

![BANK]

[GITHUB]: https://img.shields.io/badge/GitHub-%24?style=for-the-badge&logo=github&color=%230d1117
[PAYPAL]: https://img.shields.io/badge/PayPal-%24?style=for-the-badge&logo=paypal&color=%23169BD7
[PATREON]: https://img.shields.io/badge/PATREON-%24?style=for-the-badge&logo=patreon&color=%23F96854
[BANK]: https://github.com/fruithost/Documentation/blob/main/Images/donation_bank.png?raw=true
20 changes: 17 additions & 3 deletions authenticator/module.package
Original file line number Diff line number Diff line change
@@ -1,14 +1,28 @@
{
"name": "Authenticator",
"version": "1.0.1",
"version": "1.0.2",
"category": "NULL",
"icon": "NULL",
"icon": "qr-code-scan",
"order": 4,
"description": "Adding external Authenticator (for sample Google Authenticator) for 2FA.",
"author": {
"name": "Adrian Preuß",
"email": "[email protected]",
"url": "https://fruithost.de"
},
"repository": "https://github.com/fruithost/Modules"
"repository": "https://github.com/fruithost/Modules",
"screenhsots": [
{
"file": "screenshots/login.png",
"description": "Prompt for the 2FA code when the user logs in"
},
{
"file": "screenshots/settings.png",
"description": "Account settings"
},
{
"file": "screenshots/window.png",
"description": "Initial code request when 2FA is set via the authenticator"
}
]
}
Binary file added authenticator/screenshots/login.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added authenticator/screenshots/settings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added authenticator/screenshots/window.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 28d4cdf

Please sign in to comment.