I've only had a cursory look at Authlogic (liked what I saw though), but could you use inheritance and have a class for each auth type, each with it's own set of callbacks?
On 22 Jul 2009, at 17:57, Francis Fish <[email protected]> wrote: > On Wed, Jul 22, 2009 at 5:38 PM, Ashley Moran <[email protected] > > wrote: > > > On 22 Jul 2009, at 17:20, Francis Fish wrote: > > > Usable fixes and suggestions welcome. I've tried @@variables in the > > controller but didn't work and don't like them anyway. > > I don't fully understand your problem, and I haven't used AuthLogic so > I'm guessing here - but can you store this info in the database? > > Ashley > > -- > http://www.patchspace.co.uk/ > http://www.linkedin.com/in/ashleymoran > http://aviewfromafar.net/ > > Nay, nay and thrice nay > > I'm trying to save a user with the handy "register with Twitter" > button supplied by the OAuth plugin and when it tries to do the > validation both the OAuth and OpenID plugins call their own versions > of save. This calls the block twice. At the moment it's one or the > other. > > 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 -~----------~----~----~----~------~----~------~--~---
