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

Support for firebase/php-jwt Version 6 #32

Merged
merged 3 commits into from
Apr 29, 2022

Conversation

bashgeek
Copy link
Contributor

@bashgeek bashgeek commented Apr 19, 2022

This fixes #31 and upgrades support for firebase/php-jwt in Version 6, but renders previous versions of it unusable.

Also fixed deprecation errors regarding LocalFileReference while at it.

All tests pass.

Edit: This also fixes the issue in #30

@bashgeek
Copy link
Contributor Author

@patrickbussmann ping :)

@codecov-commenter
Copy link

Codecov Report

Merging #32 (82b26df) into main (61e5f98) will decrease coverage by 0.82%.
The diff coverage is 85.71%.

Impacted file tree graph

@@              Coverage Diff              @@
##                main      #32      +/-   ##
=============================================
- Coverage     100.00%   99.17%   -0.83%     
  Complexity        56       56              
=============================================
  Files              3        3              
  Lines            123      121       -2     
=============================================
- Hits             123      120       -3     
- Misses             0        1       +1     
Impacted Files Coverage Δ
src/Provider/Apple.php 98.57% <83.33%> (-1.43%) ⬇️
src/Token/AppleAccessToken.php 100.00% <100.00%> (ø)

@patrickbussmann patrickbussmann merged commit 415e297 into patrickbussmann:main Apr 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

firebase/php-jwt v6 Support
3 participants