Questions tagged [firebase-authentication]

Firebase Authentication provides backend services, easy-to-use SDKs, and ready-made UI libraries to authenticate users to your app.

Filter by
Sorted by
Tagged with
1 vote
1 answer
64 views
+100

How to implement 2FA in Laravel with Inertia.js and Vue 3?

I am working on a project using Laravel, Inertia.js, and Vue 3, and I want to implement two-factor authentication (2FA) for user login. My setup includes a MySQL database with a users table that ...
Muhammad Umaair's user avatar