Thursday, October 17, 2013

Re: Login/Auth via webservice / Cake without Database

Luckily for you, CakePHP allows this:
http://book.cakephp.org/2.0/en/core-libraries/components/authentication.html#creating-custom-authentication-objects

On Wednesday, 16 October 2013 17:24:45 UTC+2, tool tonic wrote:
Hello,

I have to develop an authentication that uses a web service or HTTP request rather than a database. The data will be sent via an HTTP POST request to a server, which responds with a JSON string. This should be evaluated in CakePHP. I would like to use the Auth component of CakePHP, but I do not know how I can solve this problem and would therefore appreciate links to relevant code examples, tutorials, etc. very much!

Thanks Tooltonix!

--
Like Us on FaceBook https://www.facebook.com/CakePHP
Find us on Twitter http://twitter.com/CakePHP
 
---
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cake-php+unsubscribe@googlegroups.com.
To post to this group, send email to cake-php@googlegroups.com.
Visit this group at http://groups.google.com/group/cake-php.
For more options, visit https://groups.google.com/groups/opt_out.

No comments: