#OAuth protocal v2 draft
- create the oauth data tabe by execute
oauth.sql
in doc directory - configurate the server parameters in
config/oauth_server.php
class Controller_oauth extends Oauth_Server_Controller {}
class Controller_Api extends Oauth_Controller {}
- configurate the client parameters in
config/oauth_client.php
class Controller_Client extends Oauth_Client_Controller {}
http://www.opensource.org/licenses/isc-license.txt
If you want to donate, go to http://kohanaframework.org/donate. Thanks!