painlesscode / breeze-multiauth

Multi authentication guard generator for laravel breeze.
Other
47 stars 10 forks source link

Implementing 2fa #4

Closed egesarisac closed 3 years ago

egesarisac commented 3 years ago

Hello, thank you for the package. I'm trying to implement 2fa login system. But i can't intercept the login process to ask to the user for 2fa codes. Can you help me? Thanks.

HazzazBinFaiz commented 3 years ago

You can use a middleware like laravel's build in password.confirm middleware to confirm users 2FA code

mxts commented 3 years ago

@HazzazBinFaiz 2FA also requires its own "registration" etc, is it on the roadmap of this package to support it?

HazzazBinFaiz commented 3 years ago

I've created this package to support laravel breeze. So, 2FA is not in roadmap of this package.

mxts commented 3 years ago

@HazzazBinFaiz I see, ok. Btw, do you take on projects? Possible to contact you privately? Thank you.

HazzazBinFaiz commented 3 years ago

I am not working on any project this month for academic examination.