Message from discussion
Recommended User Authentication setup?
MIME-Version: 1.0
Received: by 10.150.12.10 with SMTP id 10mr38469ybl.13.1211993862510; Wed, 28
May 2008 09:57:42 -0700 (PDT)
Date: Wed, 28 May 2008 09:57:42 -0700 (PDT)
X-IP: 65.210.115.228
User-Agent: G2/1.0
X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.13)
Gecko/20080311 Firefox/2.0.0.13,gzip(gfe),gzip(gfe)
Message-ID: <2c38d115-47c5-4a0c-8fbf-5aaf3e14435b@c58g2000hsc.googlegroups.com>
Subject: Recommended User Authentication setup?
From: 703designs <thomasmal...@gmail.com>
To: CakePHP <cake-php@googlegroups.com>
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
I'm working with Cake right now, and I thought that ACL was my answer
to this question, but it seems that Cake's ACL (ACL in general, I
suppose) only deals with roles, etc:
"It should be noted that ACL is *not* a system that is meant to
authenticate users. You should already have a way to store user
information and be able to verify that user's identity when they enter
the system."
Well, this is all good and well, but the user authentication systems I
develop, while being functional, leave quite a bit to be desired, and
I really wouldn't trust them beyond the limited purposes for which
I've deployed them. To put it simply, I expect that a framework like
this one would make developing a sane user authentication system a bit
easier for a developer like myself.
So, how should I go about developing a user authentication system in
Cake? Are these links the best starting point:
* http://www.littlehart.net/atthekeyboard/2007/09/11/a-hopefully-useful-tutorial-for-using-cakephps-auth-component/
* http://groups.google.com/group/cake-php/browse_thread/thread/871ff4c536bc1e00
Or should I look elsewhere? A search of "user authentication" under