/var/www/vhosts/ihelp.ro/httpdocs/vendor/cakedc/users/Docs/Documentation
NameSizeModeActions
Migration/-0755rm
OneTimePasswordAuthenticator/-0755rm
Authentication.md72790644editdlrm
Authorization.md31040644editdlrm
Configuration.md79340644editdlrm
Events.md11220644editdlrm
Extending-the-Plugin.md68270644editdlrm
Installation.md31810644editdlrm
InterceptLoginAction.md14800644editdlrm
Overview.md6580644editdlrm
SocialAuthentication.md61580644editdlrm
Translations.md5770644editdlrm
Two-Factor-Authenticator.md8440644editdlrm
UserHelper.md21110644editdlrm
Yubico-U2F.md5500644editdlrm
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/cakedc/users/Docs/Documentation/Yubico-U2F.md (550B)
YubicoKey U2F ============= Installation ------------ To enable this feature you need to ``` composer require yubico/u2flib-server:^1.0 ``` Setup ----- Enable it in your bootstrap.php file: Config/bootstrap.php ``` Configure::write('U2f.enabled', true); ``` How does it work ---------------- When the user log-in, he is requested to insert and tap his registered yubico key, if this is the first time he access he need to register the yubico key. Please check the yubico site for more information about U2F https://developers.yubico.com/U2F/