|
|
|
|
|
by g00dn3ss
6674 days ago
|
|
OK, that's good to know. However, that's my general experience with Pylons. The documentation would seem to recommend AuthKit. For example, see http://wiki.pylonshq.com/. The top link is AuthKit. Is there an alternative that you are using? |
|
Generally we roll our own authentication using the session object. It's just as good as AuthKit, and a whole lot simpler.
http://wiki.pylonshq.com/display/pylonscookbook/Authenticati...