Re: Suggestions on user authentication?

2007-03-19 Thread rtconner
I also ended up writing my own. I would wager given the features you want, you will probably be writing your own Auth system also. It seems Cake lacks a standard Auth system. On the bright side, at least Cake is set up so that it comes out relatively quickly. They are working on making something

Re: Suggestions on user authentication?

2007-03-19 Thread BlenderStyle
This won't answer your question (pros/cons of dAuth, obAuth, and othAuth), but when I checked out othAuth and obAuth (haven't looked at dAuth), I decided I would just write my own, because they either didn't do what I wanted, or I didn't like how they did it. The manual entry at http://manual.cake

Suggestions on user authentication?

2007-03-19 Thread Michael Tuzi
Hello all. I've been looking for a way to authenticate users and there seem to be three popular chunks of code available - dAuth, obAuth and othAuth. Any opinions on the pros and cons for these? I'm using CakePHP 1.1 and I don't want to setup something that will be incompatible with CakePHP 1.2. I