I'm trying to use both openid *and* oauth with authlogic. Looks like I can't.
The plugins both override the active record save method and call the block you associate with it in the controller (this is done so that it can go to the external website and come back without a double render - very clever stuff). Prob is *both* will call the block, so you'll get a double render. Can't work out how to only call the block once and have tried using global variables but don't like them because they aren't thread safe. I'm sure I can sort this out but it's taking too long, sigh, so on the shelf it goes. This is the problem with trying to make a site available to everyone, but I think OpenID loses over Twitter for my app. Usable fixes and suggestions welcome. I've tried @@variables in the controller but didn't work and don't like them anyway. Thanks and regards, Francis Follow me on twitter https://twitter.com/fjfish Blog at http://www.francisfish.com (you can also buy my books from there!) Skype: fjfish --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "NWRUG" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nwrug-members?hl=en -~----------~----~----~----~------~----~------~--~---
