Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade firebase/php-jwt to ^6.0 #388

Closed
wants to merge 1 commit into from

Commits on Mar 29, 2022

  1. Upgrade firebase/php-jwt to ^6.0

    The firebase/php-jwt package recently had to make breaking changes to resolve a security flaw in their library. This change upgrades that library and fixes the code that broke with the upgrade.
    
    Most notably it changes OAuth2::verifyIdToken to only support a single algorithm to bring it inline with the way Jwt::decode works.
    prufrock committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    da49ebb View commit details
    Browse the repository at this point in the history