cancel
Showing results for 
Search instead for 
Did you mean: 

2 Factor Authentication in Front End as a Module

2 Factor Authentication in Front End as a Module

Hi Guys, 

 

I was trying to implement a 2-factor authentication, for users while they log in. There are existing methods for backend and for check out, but I haven't found anything for customer login so far. Can this be done? Or is it been implemented already?

 

Any help is appreciated.

 

Regards,

Jerin Jacob Cherian

6 REPLIES 6

Re: 2 Factor Authentication in Front End as a Module

You can use below github module for 2 factor authentication,

https://github.com/juashyam/2-Factor-Authentication

If Issue Solved, Click Kudos/Accept As solutions. Get Magento insight from
Magento 2 Blogs/Tutorial

Re: 2 Factor Authentication in Front End as a Module

Hello @jerin_cherian1

 

This feature includes in Magento 2.3, please check office Magento document:

https://docs.magento.com/m2/ce/user_guide/magento/extension-install-two-factor-authentication.html

 

And if you want to install same module in your Magento 2 you can just install this plugin:

https://github.com/magento/magespecialist_TwoFactorAuth

 

Please install it and improve the security of your website. 

Manish Mittal
https://www.manishmittal.com/

Re: 2 Factor Authentication in Front End as a Module

Thanks for the reply @Manish Mittal but sorry this isn't what I am looking for, what you provided was for the admin users, but what i want is to implement two-factor authentication in the customer side(front end), where the customer can login to the Magento application with U2F yubikey security.  

 

Thanks, @Rakesh Jesadiya but your solution is for admin panel too right?

Re: 2 Factor Authentication in Front End as a Module

@jerin_cherian1

 

Yes that was for Admin users for frontend I found only this plugin for you:

 

https://github.com/juashyam/2-Factor-Authentication

https://juashyam.github.io/2-Factor-Authentication/

 

Manish Mittal
https://www.manishmittal.com/

Re: 2 Factor Authentication in Front End as a Module

Above I have given link is used for Magento Store frontend also not only for admin panel.

 

For 2 Factor Authentication in front end, you need to install below module,

https://github.com/juashyam/2-Factor-Authentication

 

Check ReadMe.Md file from github https://github.com/juashyam/2-Factor-Authentication

If Issue Solved, Click Kudos/Accept As solutions. Get Magento insight from
Magento 2 Blogs/Tutorial

Re: 2 Factor Authentication in Front End as a Module

Hi @jerin_cherian1,
I can suggest you for an 2 factor authentication module. Here I refer the module below which is developed by Amasty.
https://amasty.com/magento-two-factor-authentication.html

If my solution is useful, give kudos and accept as solution
Best regards