Last 2 days I was searching how to build my own Auth Driver in FuelPHP. We need to check some users from other table because of old datas in our database.
So, I need to write my own Auth Driver. First of all, I really don't know where I should start. Is it possible to build new Auth Driver from SimpleAuth(w/ extends)?
Could someone help me what I should do, I'll be really appreciating..
Thanks.