Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
miladrahimi authored Nov 25, 2022
1 parent f7a87a5 commit 448e44e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ $jwt = $generator->generate(['id' => 666, 'is-admin' => true]);
$parser = new Parser($signer);
$claims = $parser->parse($jwt);

echo $claims; // ['id' => 666, 'is-admin' => true]
print_r($claims); // ['id' => 666, 'is-admin' => true]
```

### HMAC Algorithms
Expand Down

0 comments on commit 448e44e

Please sign in to comment.