I already had something simialr to that, but it wasn't working. The problem turns out to be that I'm using the 0.4 version and either it or it's documentation is incomplete. There have been a few changes in 0.4 - for example, instead of "config_paste=app_conf" you must say "app_conf", and probably other undocumented changes, and I was unable to work out the magic words.
Anyhow, I downgraded to 0.3 and everything now seems to be ok, and we'll wait till James can finish off 0.4. Curiously I just found out that he lives in the same town as me (Oxford, England). Thanks for your help. On Jun 14, 10:12 pm, voltron <[EMAIL PROTECTED]> wrote: > Yes, in the pylons middleware: > > After this line > app = httpexceptions.make_middleware(app, global_conf) > ## add this line > import authkit.authenticate > app = authkit.authenticate.middleware(app, config_paste=app_conf, > signin='/account/signin') > > On Jun 14, 10:55 pm, Spider <[EMAIL PROTECTED]> wrote: > > > Sorry to be thick, but where do you mean? I installed Authkit using > > easy_install, or do you mean in some pylons config? > > Thanks > > > On Jun 14, 9:26 pm, voltron <[EMAIL PROTECTED]> wrote: > > > > Hi Spider, > > > > the answer to this problem is to add AuthKit to the list of apps > > > installed, irritating not directly obvious --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
