Closed nineinchnick closed 9 years ago
In general I'd strongly support using a composer dependecy here, because you may use eg. OAuth in various other places in your application.
I treat both of them as libs implementing auth protocols. I already use composer dependency - suggest in this case, because features utilizing those libs are optional.
Do you need a corresponding plugin class for Yii or something to use a new protocol?
I just want to compare different solutions to pick the best one. I got little practical experience with Hybridauth or any other OAuth implementations.
You mean this one right? https://github.com/yiisoft/yii2/tree/master/extensions/authclient Generally speaking, what "our" core team releases is almost always better then the rest out there and it will gain huge popularity.
Just my 2cents.
Replace Hybridauth with AuthClient, a core framework extension.