views:

62

answers:

1

Does anyone know of any tutorials that explain clearly how to implement simple REST functionality with authorization.

I've seen a few plugins and got also got some basic REST functionality working but there seems no clear guidelines about how to build a secure REST service in Cake.

Any help appreciated.

A: 

Sounds like you need to look into OAuth which uses REST to connect to Web Sevices without sending usernames and passwords.

Try these tutorials for a start

http://code.42dh.com/oauth/

http://www.neilcrookes.com/2010/04/12/cakephp-oauth-extension-to-httpsocket/

Stephen
Thanks will read those.
Matt