CodeIgniter Forums
[split] REST support - OAuth 2 too? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28)
+--- Forum: CodeIgniter 4 Feature Requests (https://forum.codeigniter.com/forumdisplay.php?fid=29)
+--- Thread: [split] REST support - OAuth 2 too? (/showthread.php?tid=64782)



[split] REST support - OAuth 2 too? - ikarius6 - 03-25-2016

We will need OAuth 2 stuff too


RE: [split] REST support - OAuth 2 too? - albertleao - 03-27-2016

(03-25-2016, 12:04 PM)ikarius6 Wrote: We will need OAuth 2 stuff too

There are dozens of OAuth libraries out there and all of them are super easy to integrate. Not something that should be included in the framework.


RE: [split] REST support - OAuth 2 too? - ikarius6 - 03-27-2016

(03-27-2016, 04:45 PM)albertleao Wrote:
(03-25-2016, 12:04 PM)ikarius6 Wrote: We will need OAuth 2 stuff too

There are dozens of OAuth libraries out there and all of them are super easy to integrate. Not something that should be included in the framework.

Yep, there is a lot, but 90% is deprecated or are just old... will be great to have an 'official' library...


RE: [split] REST support - OAuth 2 too? - kilishan - 03-27-2016

We will not be releasing an official oAuth 2 package. That is a very complex library and Alex Bilbie knows more about it than anyone I know, and so I always recommend his oAuth2 Server package. There is no reason to reinvent the wheel here for such a complex issue.


RE: [split] REST support - OAuth 2 too? - albertleao - 03-28-2016

I use https://github.com/Lusitanian/PHPoAuthLib and it works just fine.