1. Go to this page and download the library: Download pluswerk/secure-login library. Choose the download type require.
2. Extract the ZIP file and open the index.php.
3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
pluswerk / secure-login example snippets
// Default configuration: overwrite this in you own localconf.php
$GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['secure_login'] = [
'defaultBlockingConfiguration' => [
'FE' => \Pluswerk\SecureLogin\Configuration\BlockingConfiguration::createConfig(),
'BE' => \Pluswerk\SecureLogin\Configuration\BlockingConfiguration::createConfig(),
],
];