calinrada / PhalconUserPlugin

185 stars 68 forks source link

[question] FailedLogins, SuccessLogins, ResetsPasswords... #19

Open Surt opened 9 years ago

Surt commented 9 years ago

Hi,

wouldn't be nice if instead of database data with models we use Loggers in those actions? So instead of filling a table with rows we send a log somewhere, db, firephp, file, etc...

calinrada commented 9 years ago

Hello Sturt. Initially this project was started as a "fork" of https://github.com/phalcon/vokuro/tree/master/app/models adding social authentication options. An answer to your question, would be: you can log as you wish, but in my projects I need to be able to access this logs quickly and on the fly. So for me was actually a good solution.

Maybe we can think to implement an option to log them somewhere else.