1.0 KiB
1.0 KiB
Hybridauth 3 Examples
| File | Description |
|---|---|
| example_01.php | This simple example illustrate how to authenticate users with GitHub. If you're new to Hybridauth, this file is the one you'll likely want to check. |
| example_02.php | Details how to use users in a similar fashion to Hybridauth 2. Note that while Hybridauth 3 provides a similar interface to Hybridauth 2, both versions are not fully compatible with each other. |
| example_03.php | An example on how use Access Tokens to access providers APIs, and how to setup custom API endpoints. |
| example_04.php | A simple example that shows how to connect users to providers using OpenID. |
| example_05.php | A simple example that shows how to use Guzzle as a Http Client for Hybridauth instead of PHP Curl extension. |
| example_06/ | A simple example that shows how to organize multiple providers. |
| example_07/ | A simple example that shows how to organize multiple providers, using a pop-up. |