FacebookAuthenticate – now database-less!
So not everybody’s going to what to maintain a User model. Perhaps all they want is just plain old Facebook Authentication whereby the user’s details are returned from Facebook and then stored in session. Well, now it’s possible.
I’ve created a database-less branch of FacebookAuthenticate. No database setup, no adding Facebook user_id & token fields – just plain old session storage for the current user.
The branch also includes a few updates that were made to the handler recently. Bonus.
Get the code over on my GitHub.