authlogic and oauth-plugin
does somebody tested - will authlogic works with oauth-plugin ( https://github.com/pelle/oauth-plugin ) or not? The short answer is no . I am currently integrating oauth-plugin 's service providership with my own auth system (which predates authlogic , acts_as_authenticated and all the rest). oauth-plugin service providership works by means of a code generator generating two controllers, which are then tied into some library files in the plugin. All of these files expect a login_required class method with the same semantics that acts_as_authenticated uses. authlogic makes no assumptions about