This already includes: - Drivers supporting TOTP, HOTP, Yubikey - Storage backend abstraction - Additional authentication step at login - Settings section to provision and remove authentication factors - Sample config with comments Resolves T415
8 lines
79 B
PHP
8 lines
79 B
PHP
<?php
|
|
|
|
namespace Kolab2FA\Driver;
|
|
|
|
class Exception extends \Exception
|
|
{
|
|
|
|
}
|