Dashboard > AuthKit Cookbook > ... > Getting Started With AuthKit > AuthKit with Pylons
  AuthKit Cookbook Log In | Sign Up   View a printable version of the current page.  
  AuthKit with Pylons
Added by James Gardner, last edited by Mike Orr on Nov 24, 2008  (view change)
Labels: 
(None)

This page has now been replaced by the chapter in the AuthKit book named Authentication and Authorization. If you think there is anything missing which used to be here, please add a comment on that page. The previous version of this page is here.

Hi,

this howto seems to be somewhat inconsistent.
When I try it w/ this snippet and pylons 0.9.5 and authkit from svn I end up w/ a

[app:main]
...
authkit.setup.enable = true
authkit.setup.method = digest
authkit.digest.users.setup = user:pylons

authkit.authenticate.AuthKitConfigError: Expected at least one authenticate key, not {}

Posted by Jan Brauer at May 19, 2007 21:47 | Permalink

If you are using AuthKit 0.4 this should work for you:

authkit.setup.enable = true
authkit.setup.method = digest
authkit.digest.authenticate.user.data = user:pass
authkit.digest.realm = technically_any_random_text

While googling around on AuthKit I must say that documentation does not confirm with the code at all. Most probably it is because just one person is working on AuthKit and he is doing great work. I think everyone should help him

Posted by Dalius Dobravolskas at Jul 25, 2007 16:52 | Permalink

For me, it only worked when I had the following:

authkit.enable = true
authkit.method = digest
authkit.users.setup = user:pylons

Posted by George Yamana at Aug 02, 2007 08:14 | Permalink

Sorry, ignore my post, I didn't realise I was using an old version. Someone else set up the system I was working on.

Posted by George Yamana at Aug 07, 2007 11:00 | Permalink
Site running on a free Atlassian Confluence Open Source Project License granted to Pylons. Evaluate Confluence today.
Powered by Atlassian Confluence, the Enterprise Wiki. (Version: 2.3.3 Build:#645 Feb 13, 2007) - Bug/feature request - Contact Administrators