Flatlogic Bot d076708932 feat: Implement new design and features for the main page
- Redesigned the main page with a modern look and feel.
- Added search and filtering functionality for drills.
- Implemented pagination for browsing drills.
- Added the ability for users to mark drills as favorites.
2025-12-07 18:15:23 +00:00
..

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.