# Magento 2 - Customer Two Factor Authorization

By default Magento 2 does support Two Factor Authorization only for admin, but on the customer side, Magento 2 does not (yet at least until this article made).

So in order to provide this feature, I made an extension to comply a feature so customer can enable their second step verification, and it is using Time-Based One Time Password.

%[https://github.com/fiko/magento2-customer-two-factor-auth] 

You can install it easily using composer :

```bash
composer require fiko/magento2-customer-two-factor-auth
```
