How to integrate OAuth with CI? |
[eluser]Teks[/eluser]
OAuth-PHP project can be found here: http://code.google.com/p/oauth-php/ There you will find also some documentation on how to setup an OAuth Consumer and on how to setup an OAuth Service Provider - including samples of the functions you will need to implement to get the OAuth services you need up and running. The way you will implement OAuth functionality in CodeIgniter depends very much on what you want to use OAuth for - but you would usually implement the OAuth functions as part of the model or controller classes. |
Messages In This Thread |
How to integrate OAuth with CI? - by El Forum - 12-12-2008, 08:29 AM
How to integrate OAuth with CI? - by El Forum - 12-13-2008, 03:37 AM
How to integrate OAuth with CI? - by El Forum - 12-16-2008, 10:21 AM
How to integrate OAuth with CI? - by El Forum - 10-15-2010, 11:33 AM
How to integrate OAuth with CI? - by El Forum - 05-20-2011, 05:25 AM
How to integrate OAuth with CI? - by El Forum - 05-28-2011, 04:04 AM
How to integrate OAuth with CI? - by El Forum - 06-09-2011, 02:22 AM
How to integrate OAuth with CI? - by El Forum - 06-09-2011, 05:40 AM
How to integrate OAuth with CI? - by El Forum - 05-04-2013, 06:13 PM
|