Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: hybridauth/hybridauth
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.11.0
Choose a base ref
...
head repository: hybridauth/hybridauth
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.12.0
Choose a head ref
  • 13 commits
  • 23 files changed
  • 10 contributors

Commits on Aug 19, 2024

  1. Add support for keycloak organization claim

    Thomas Bredzinski committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    c6acd63 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Cast to array

    Thomas Bredzinski committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    e4b3558 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2024

  1. Merge pull request #1410 from tbredzin/master

    Add support for keycloak organization claim
    ApacheEx authored Nov 26, 2024
    Configuration menu
    Copy the full SHA
    fe9be57 View commit details
    Browse the repository at this point in the history
  2. Refresh token fixes (#1415)

    * Make refresh token mechanism work on GitHub
    
    * Make refresh token mechanism work on Google
    
    * Make refresh token mechanism work on MicrosoftGraph
    odain-cbd authored Nov 26, 2024
    Configuration menu
    Copy the full SHA
    2380fc2 View commit details
    Browse the repository at this point in the history
  3. Update QQ.php (#1406)

    xuzuxing authored Nov 26, 2024
    1 Configuration menu
    Copy the full SHA
    028fcb2 View commit details
    Browse the repository at this point in the history
  4. Update Pinterest.php (#1405)

    Update Pinterest API v5
    Morbids authored Nov 26, 2024
    Configuration menu
    Copy the full SHA
    724a3f1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f04727d View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2024

  1. 1 Configuration menu
    Copy the full SHA
    bd5724e View commit details
    Browse the repository at this point in the history
  2. Unknow provider error (#1399)

    * Unknow provider error
    
    The provider name passed to getAdapter through the authenticate function is not converted to lowercase, so in the case when the class_exists does not autoload the class, and when the comparison is made with the file name let's say GitHub.php then the condition fails to match with the Provider name(which has not been lowercased) which returns an error "Unknown Provider".
    
    * Update Hybridauth.php
    vardanabhanot authored Nov 27, 2024
    Configuration menu
    Copy the full SHA
    8a312b2 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2025

  1. Update QQ.php (#1424)

    Missing `-`
    rodber authored Feb 24, 2025
    Configuration menu
    Copy the full SHA
    e494360 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    14276d0 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2025

  1. Added latest PHPUnit and fixed failing tests under it while maintaini…

    …ng compatibility with PHPUnit 8 (#1429)
    elcreator authored Apr 4, 2025
    Configuration menu
    Copy the full SHA
    585645c View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2025

  1. Make Keycloak refresh token work (#1416)

    * Fix Keycloak refresh token mecanism
    
    * * Make refresh token mechanism work on Keycloak
    
    * testability: make filter_input mockable via a service
    
    * Fix warning on enabled configuration parameter use
    
    * Make Keycloak refresh token work #1416
    odain-cbd authored Apr 21, 2025
    Configuration menu
    Copy the full SHA
    de16541 View commit details
    Browse the repository at this point in the history
Loading