> Now I'd like to expose some of these controllers in such a way that if > a semi-random string is received as a GET parameter then that should > also authenticate the user. If this "authkey" is not received in the > URL then the usual identity framework should kick in.
Small correction: the order of things should be first check usual identity framework, if authenticated expose controller, if not authenticated check for authkey in URL, if found expose controller, if not, send error message. Cheers, Daniel -- Psss, psss, put it down! - http://www.cafepress.com/putitdown -- 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.

