Zizaco / confide

Confide is a authentication solution for Laravel 4
1.19k stars 258 forks source link

Use a separate model with Confide #508

Open lozadaOmr opened 9 years ago

lozadaOmr commented 9 years ago

Would it be possible for Confide to use a different model other than the one defined in config/auth.php?

The reason is because the model defined there is I'm using for the administrators which does not need to have Confide. Then I have another model (users with different fields than the one defined in config/auth.php) which registers to the website and uses Confide?

andrewelkins commented 9 years ago

Currently no. I'll mark it as a future proposal to be evaluated.