php-jwt icon indicating copy to clipboard operation
php-jwt copied to clipboard

fix: readme or documentation about decoding jwt

Open SySafarila opened this issue 1 year ago • 4 comments

fixing typo on Readme about JWT Decode parameter from $payload to $jwt.

before fixed:

JWT::decode($payload, $key);

after fixed:

JWT::decode($jwt, $key);

SySafarila avatar Jun 23 '24 11:06 SySafarila

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

google-cla[bot] avatar Jun 23 '24 11:06 google-cla[bot]

Hello, my name is Syahrul Safarila. I just reading the Readme and find out that some documentation about decoding JWT are need variable called $payload instead of $jwt.

i hope this pull request can help other developers to understand required parameter for decoding JWT.

SySafarila avatar Jun 23 '24 11:06 SySafarila

Hi @SySafarila ! Thanks for your contribution, this looks great!

Before we can merge it, you will need to sign our Contributor License Agreement (CLA). All contributors must be covered under a CLA for them to contribute to our open source repositories.

Please visit https://cla.developers.google.com/. Once you've signed, follow the "New Contributors" link at the bottom of that page to update this check.

Thanks again!

bshaffer avatar Jul 15 '24 19:07 bshaffer

hi @bshaffer !, I have registered on the CLA already, and its look like just need a reviewer for this pull request to get merge

SySafarila avatar Jul 15 '24 22:07 SySafarila