firebase / php-jwt

PHP package for JWT
BSD 3-Clause "New" or "Revised" License
9.3k stars 1.26k forks source link

feat: add payload to jwt exception #521

Closed bshaffer closed 9 months ago

bshaffer commented 1 year ago

addresses https://github.com/firebase/php-jwt/issues/291 see https://github.com/firebase/php-jwt/pull/292

ajupazhamayil commented 1 year ago

@bshaffer Changes looks good to me, Thank you!

JayMds commented 9 months ago

i just encounter the need for this MR, similar use case with related open issues, i want to get the body of the expired token to retrieve id and request database for a refresh token