Anthony, Thanks for the response. I was NOT aware of the auth_event table. In my case I still think I need my own log table as I am logging certain events in order to generate site specific activity metrics and think it would be convenient to collect all the activity in a single place. Do you see anyway I can use the onaccept construct to update the log table with login. I think this is the only situation I have an issue with.
Ins't it weird that after the onaccept callback the user is still not logged in? what is the difference between onaccept and onvalidate then?

