Download the PHP package internetgalerie/ig-mfa-frontend without Composer

On this page you can find all versions of the php package internetgalerie/ig-mfa-frontend. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package ig-mfa-frontend

TYPO3 Extension 'ig_mfa_frontend'

The extension enables Multi Factor Authentication (MFA) for frontend user.

1. What does it do?

The extension extends the login mechanism with MFA. MFA is done in a separate step with its own template. There is also a controller with which frontend users can set up MFA. All installed MFA providers are supported by default; this can be restricted using TypoScript.

2. Usage

1) Installation

The recommended way to install the extension is by using Composer. In your Composer based TYPO3 project root, just do composer require internetgalerie/ig-mfa-frontend.

2) TypoScript

property Description Default
recommendedMfaProvider Recommended Provider (marked) totp
allowedProviders Allowed Provider (leave empty for all)
cssFileBase Path to the Css Base file from TYPO3 backend EXT:ig_mfa_frontend/Resources/Public/Css/base.css
cssFile Path to the Css file used EXT:ig_mfa_frontend/Resources/Public/Css/configuration.css
jsFile Path to the Js file used EXT:ig_mfa_frontend/Resources/Public/JavaScript/ig-mfa-frontend.js

3) Providers

tested providers:

Provider ID Description Extension Example
totp Time-based One-time Password (TOTP) Core Google Authenticator
recovery-codes One-Time-Password (OTP) Core Transaction Authentication Number (TAN)
webauthn-platform Built-in Authenticators (FIDO2) bnf/mfa-webauthn Incorporated fingerprint scanner
webauthn Security Keys (needs https) bnf/mfa-webauthn hardware devices containing cryptographic keys
yubikey YubiKey OTP MFA authentication derhansen/mfa_yubikey YubiKey

4) Extension Setup

Setup Description
requireMfa is MFA required for login (users without MFA cannot log in)
requireMfaForFrontendUsergroup if requireMfa is active, MFA is only mandatory for this frontend usergroup

3. Core Changes

Changes to show and delete MFA Providers for frontend users in Backend (not required for frontend functionality)

TCA

MfaInfoElement.php

File: vendor/typo3/cms-backend/Classes/Form/Element/MfaInfoElement.php at line 69 add

looks like:

MfaAjaxController.php

File vendor/typo3/cms-backend/Classes/Controller/MfaAjaxController.php at line 152

looks like:

Middleware

FrontendUserAuthenticator.php

Currently, we are overriding the FrontendUserAuthenticator middleware in this extension. We have added the handling of the MfaRequiredException exception and subsequently dispatching an event. So no changes are required.

4. Screenshots

MFA Setup

Overview of Available MFA Providers

The Setup plugin starts with an overview of the available MFA providers for logged-in users. Users can select and activate their preferred methods.

Example: Setting up Time-based One-Time Password

This image demonstrates the setup process for a Time-based One-Time Password MFA method. Users can follow these steps to configure their MFA device.

Login Process

Step 1: felogin Login Form

Users start by filling out the login form provided by felogin extension.

Step 2: MFA Login Form

After successful authentication with the username and password, users are prompted with the MFA (Multi-Factor Authentication) login form.

default template is EXT:ig_mfa_frontend/Resources/Private/Extensions/felogin/Templates/Login/Mfa.html


All versions of ig-mfa-frontend with dependencies

PHP Build Version
Package Version
Requires typo3/cms-core Version ^12.4
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package internetgalerie/ig-mfa-frontend contains the following files

Loading the files please wait ....