oauth-plugin icon indicating copy to clipboard operation
oauth-plugin copied to clipboard

authlogic

Open alec-c4 opened this issue 16 years ago • 2 comments

Hi, have you tested your plugin with authlogic? Will it works?

alec-c4 avatar Jul 30 '09 10:07 alec-c4

Hi, I'm testing this plugin with authlogic... Rename all login_required calls with require_user calls (authlogic helper).

Just one doubt: what about the authorized? method in application_controller_methods.rb? When I try to call /oauth/test_request it gives me NoMethodError (undefined method `authorized?' for #OauthController:0x1056e9690)

potomak avatar May 10 '10 16:05 potomak

I'm getting this too. I assume it's something that is usually provided by restful auth? Once we have a definition then we can implement I guess.

EDIT: I think there's a typo on his website. He advises implemetning authorize? but I think it's authorized? we need. It can just return true apparently.

sshaikh avatar Jun 21 '10 18:06 sshaikh