5 ms·
I tried pylons not too long ago. I liked the general idea but I ran into several problems. Building the sample didn't work out of the gate and I had to dig ar
by g00dn3ss 19y ago
I tried pylons not too long ago. I liked the general idea but I ran into several problems. Building the sample didn't work out of the gate and I had to dig around the site to figure out what was wrong. I never could get the user authentication stuff (AuthKit) working with the latest version of Pylons. I finally decided that I'd rather not spend my time debugging or rewriting the framework, even if it does give me more choice.
- inklesspen 19y agoAuthKit isn't the user authentication stuff. It's one guy's attempt at user authentication stuff. Most of us Pylons people ignore it.
- g00dn3ss 19y agoOK, 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/ http://wiki.pylonshq.com/. The top link is AuthKit. Is there an alternative that you are using?
- inklesspen 19y agoThe wiki site was actually originally meant to provide space for many Python projects, not just Pylons, which is why ToscaWidgets is there, for instance. 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/Authentication+and+Authorization http://wiki.pylonshq.com/display/pylonscookbook/Authenticati...