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 pylons-discuss@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to