50l3r
50l3r

Reputation: 1559

Integrate oauth 2.0 server with codeigniter

I want to integrate a oauth 2.0 server system to access my login externally

I found CodeIgniter-OAuth-2.0-Server in internet but that code seems to be deprecated. It would be a bad idea to integrate it with my codeigniter?

You know of some other project oauth 2.0 server for my codeigniter?

much thanks

Upvotes: 0

Views: 29241

Answers (1)

Jice06
Jice06

Reputation: 221

This php server is very good and up to date https://github.com/bshaffer/oauth2-server-php, and very well documented http://bshaffer.github.io/oauth2-server-php-docs/

You have to do yourself the implementation with codeigniter, but i think that is the best way

For more information take look at : http://oauth.net/2/

Upvotes: 11

Related Questions