On Jan 25, 12:13 pm, "Thomas G. Willis" <[EMAIL PROTECTED]> wrote: > Yep, this is why I love drupal and tolerate php. :)
Haha - my thoughts exactly. I've never hacked around with Drupals session and auth stuff before, but I do have a few Drupal modules under my belt (including one hosted on drupal.org). Although I've been following TG development since about 0.8 or so I've yet to do anything serious with TG. But I'd be keen to help you guys where I can with getting TG and Drupal to interoperate better - that way I might find more uses for TG. Another possibility... hook_auth can be used by a module to handle remote apps authenticating against Drupal via XMLRPC: http://api.drupal.org/api/function/hook_auth/5 Note: this isn't secure if you don't trust the remote site. The upcoming Drupal 6 has scrapped this in favour of OpenID - which opens up a bunch of new interoperability opportunities anyway. Drupal 5 has an OpenID module available too (http://drupal.org/project/openid) although I haven't used it. -- Cheers Anton --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

