Hey guys. I have an interesting problem that I don't know how to
solve. I'm building an API for my site and some of my methods require
a api_token which is basically md5(username . md5(password)). The
problem is how to do I verify that this is valid when I don't know the
original password. All my passwords are hashed w/ $this->Auth-
>password(). Any suggestions on how to go about this?

Check out the new CakePHP Questions site http://cakeqs.org and help others with 
their CakePHP related questions.

You received this message because you are subscribed to the Google Groups 
"CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to
cake-php+unsubscr...@googlegroups.com For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en

Reply via email to