I am using Laravel 3.2 to create a new website. My site is going to link in with an existing user database, meaning users from another site will be able to login to this site with their same account.
The existing site uses phpass so I figure, I'll need to use phpass in the Laravel site to make authentication work properly. I downloaded the phpass bundle for Laravel and I have it implemented just to hash passwords and check a password. Is there a way I can implement it into Laravels authentication classes, so using the normal Laravel authentication methods will use phpass?