Re: iOS app authentication

2014-04-02 Thread Jeremy Burns : Class Outfit
Thanks Jose - we'll try that.

On 2 Apr 2014, at 21:19, José Lorenzo  wrote:

> Send the data encoded with application/x-www-form-urlencoded
> 
> On Wednesday, April 2, 2014 10:04:40 PM UTC+2, Jeremy Burns wrote:
> We're developing a CakePHP web site alongside an iOS app. Our iOS developer 
> is trying to get the app to authenticate via the /users/login function of the 
> web site (which uses form authentication) but it isn't working. The users 
> controller cannot read $this->request-data. Are we missing something 
> blindingly obvious or do we need a different approach?
> 
> -- 
> 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+unsubscr...@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/d/optout.

-- 
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+unsubscr...@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/d/optout.


Re: iOS app authentication

2014-04-02 Thread José Lorenzo
Send the data encoded with application/x-www-form-urlencoded

On Wednesday, April 2, 2014 10:04:40 PM UTC+2, Jeremy Burns wrote:
>
> We're developing a CakePHP web site alongside an iOS app. Our iOS 
> developer is trying to get the app to authenticate via the /users/login 
> function of the web site (which uses form authentication) but it isn't 
> working. The users controller cannot read $this->request-data. Are we 
> missing something blindingly obvious or do we need a different approach?
>

-- 
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+unsubscr...@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/d/optout.


iOS app authentication

2014-04-02 Thread Jeremy Burns
We're developing a CakePHP web site alongside an iOS app. Our iOS developer 
is trying to get the app to authenticate via the /users/login function of 
the web site (which uses form authentication) but it isn't working. The 
users controller cannot read $this->request-data. Are we missing something 
blindingly obvious or do we need a different approach?

-- 
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+unsubscr...@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/d/optout.