Hybridauth core components are fully implemented, and while new modification may occur in near future, the design is most likely will be kepy the same.
Provider | Implemented | Working | Notes |
---|---|---|---|
Storage | [X] | [X] | Only PHP Session is implemented. |
Logging | [X] | [X] | We provide a housemade logging using fles, and a wrapper for ps3 loggers for those who wish to use it. |
Http Client | [X] | [X] | We provide a default Client using Curl, and a wrapper for Guzzle for those who wish to use it. |
User Entities | [X] | [X] | User profile, contact and activity. |
OAuth 1 Model | [X] | [X] | |
OAuth 2 Model | [X] | [X] | |
OpenID 1 Model | [X] | [X] |
Priority is given to major social networks and OpenId providers (because those are easy to implement).
More information on how to implement IDPs into Hybridauth 3 can be found at https://hybridauth.github.io/developer-ref-extend-hybridauth.html
Provider | Specs | Implemented | Working | Notes |
---|---|---|---|---|
OAuth2 | [X] | [X] | ||
OAuth1 | [X] | [X] | ||
OAuth2 | [X] | [X] | ||
GitHub | OAuth2 | [X] | [X] | |
GitLab | OAuth2 | [X] | [X] | |
OAuth2 | [X] | [X] | ||
BitBucket | OAuth2 | [X] | [X] | |
WordPress | OAuth2 | [X] | [X] | |
Tumblr | OAuth1 | [X] | [X] | |
Disqus | OAuth2 | [X] | [X] | |
Dribbble | OAuth2 | [X] | [X] | |
WindowsLive | OAuth2 | [X] | [X] | |
Foursquare | OAuth2 | [X] | [X] | |
OAuth2 | [X] | [X] | ||
OAuth2 | [X] | [X] | ||
Yahoo | OAuth2 | [X] | [X] | |
Vkontakte | OAuth2 | [X] | Russian Provider, I probably won't be able to test if working. | |
Mailru | OAuth2 | [X] | Russian Provider, I probably won't be able to test if working. | |
StackExchange | OAuth2 | [X] | [X] | |
OpenID | OpenID | [X] | [X] | Generic OpenID Adapter. |
PaypalOpenID | OpenID | [X] | [X] | |
StackExchangeOpenID | OpenID | [X] | [X] | |
YahooOpenID | OpenID | [X] | [X] | |
AOLOpenID | OpenID | [X] | [X] | |
Steam | Hybrid | [X] | [X] | Steam Adapter is a mix of OpenID and a Proprietary API. |
Discord | OAuth2 | [X] | [X] | |
TwitchTV | OAuth2 | [X] | [X] |
- New version of the documentation
- Upgrade guide from 2.x.x
- Examples
- Guides
We need to provide new version of the documentation and other related materials.
The following tasks are not required in order to release Hybridauth 3 but they're nice to have.
[ ] Peer review
Hybridauth 3 is a complete rewrite of the current V2, and given the sensitive topic it deals with (i.e, users authentication), it would be extremely valuable to have the entire code base examined and reviewed for safety and security purposes.
[ ] Unit tests
This one has been on the project's wishlist for as long as Hybridauth library existed. If you feel adventurous enough to take on this task, then please give it a shot.
[ ] Add even more providers
As mentioned above, for the first release we'll focusing on the major providers, but If there's a social networks that you care and you wish it to be included sooner, then feel free to port it from the V2 repository.