Fixing unauthorized errors when you before_filter :require_no_user on the UserController#create action.
Fixing a OAuth unauthorized error when updating a user object with new oauth token/secret via the ‘Register with OAuth’ helper.
Any attributes set on the User model before saving, will now be maintained after the user returns from authenticating with the oauth server.
Bug fix
Using oauth’s callback_url parameter to control where the oauth server returns the user to the application. The callback_url parameter was temporarily disabled on major oauth sites due to security concerns, but has been resolved.
Removed the need to add specific oauth routes and an oauth_controller (YAY!). This makes using the plugin much easier.
Adding helpers for the login/register buttons to be used in conjunction with authlogic_oauth
Initial release.