Skip to content

hegelmax/OAuth-2.0

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#OAuth protocal v2 draft

Server

Install and configuration

  1. create the oauth data tabe by execute oauth.sql in doc directory
  2. configurate the server parameters in config/oauth_server.php

Modify interface show to users

class Controller_oauth extends Oauth_Server_Controller {}

Develop API protected by OAuth

class Controller_Api extends Oauth_Controller {}

Client

Install and configuration

  1. configurate the client parameters in config/oauth_client.php

Develop resources request handler

class Controller_Client extends Oauth_Client_Controller {}

Demo explaination

Demo guide

ISC License (ISCL)

http://www.opensource.org/licenses/isc-license.txt

Want to donate ?

If you want to donate, go to http://kohanaframework.org/donate. Thanks!

About

OAuth protocol 2.0 implement for Kohana 3.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%