DarkGhostHunter / Laraguard

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

Configurable model and listener #17

Closed benbjurstrom closed 4 years ago

benbjurstrom commented 4 years ago

This pull request enables configuration of the model and listener classes.

To get the package working with inertia.js and a postgres database I needed to override a couple of methods in each. Adding a configurable model and listener made it easy.

DarkGhostHunter commented 4 years ago

I'll check it out this week.