Open
Description
This package is excellent.
I notice that there is no Provider for twitter at the moment. Is this something that you would accept a pull request for?
The difficulty with the twitter API is they don't return the users email address so in your app you might not want to add $user->confirmed = false; into the call back and in the controller redirect the user to a complete sign up page where they verify their email and you would have an App::before filter to protect again unconfirmed users. Does this sound about right?
Thanks