- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Magento 2 Blogs/Tutorial
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
https://www.manishmittal.com/
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: 2 Factor Authentication in Front End as a Module
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/
https://www.manishmittal.com/
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
Magento 2 Blogs/Tutorial
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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