3rd
rails-auth now with support to Facebook Connect
So, I’ve finished the implementation of the Facebook Connect strategy in my fork of the rails-auth project (I’ll be waiting for @myobie to merge that). It doesn’t have any specs on it yet because I haven’t figured out how to spec Facebook API, probably I would go with the basic stuff and just mock the cookies values in the request of the strategy (the part where the project code can be wrong) and just trust in the Facebook guys on the client side.
I’m also planning doing a custom strategy generator with templates for the different strategies supported, this way people can start faster with the customization of the strategies.
Other thing I’ve planes to do is adding support for twitter-auth using the OAuth gem (yes probably I would see twitter-auth gem for inspiration) and after that the google-auth.
Until then…
