Skip to main content

Command Palette

Search for a command to run...

Magento 2 - Customer Two Factor Authorization

Published
1 min read
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.

You can install it easily using composer :

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

More from this blog

F

Fiko Borizqy (Bestafiko)

51 posts

I wrote these tutorials for myself in future when I forget for the next steps.

Magento 2 - Customer Two Factor Authorization