DarkGhostHunter / Laraguard

"On-premises 2FA Authentication for all your users out-of-the-box
MIT License
266 stars 24 forks source link

Enabling two factor #11

Closed sinnbeck closed 4 years ago

sinnbeck commented 4 years ago

In the part about enabling two factor, it is mentioned that it needs to be two way. Where do I send this in from?

$request->input('2fa_code')

Is there a route or a view I have missed?

sinnbeck commented 4 years ago

Ok I get it now. I just create a view and pass the 2fa_code using an input/form.

DarkGhostHunter commented 4 years ago

I was gonna point just that.