TheNetworg / oauth2-azure

Azure AD provider for the OAuth 2.0 Client.
https://packagist.org/packages/thenetworg/oauth2-azure
MIT License
229 stars 108 forks source link

Fix compatibility with "firebase/php-jwt": "6.7.0" #189

Closed 10n closed 1 year ago

10n commented 1 year ago

Remove unnecessary third argument when using \Firebase\JWT\JWT::decode , also incompatible with "firebase/php-jwt": "6.7.0"

delboy1978uk commented 1 year ago

Can someone tag master as v2.1.2 now that this fix has been made? I've run into this problem too this morning, but I'm on the latest tagged release so I can't get your fix unless i alias your master branch in composer

psociety commented 1 year ago

Yep i had to go for "thenetworg/oauth2-azure": "dev-master", huh.

neacon-ivalkenburg commented 1 year ago

Would very much like this fix released, please.