2fa is not included in core laravel, so you either need to install some packages or create the package yourself
Oct 21, 2024
5
Level 1
How to implement 2fa into laravel application?
I have a Laravel API project built on Laravel 8, and its frontend is developed in Next.js. Now, I want to implement Google 2FA (Two-Factor Authentication) into my project without installing any packages. How can I do this?
Can anyone guide me how to do that?
Please or to participate in this conversation.