Useless merge

This commit is contained in:
Chris 2023-04-09 02:44:23 +02:00
commit fabf160346
1 changed files with 14 additions and 13 deletions

View File

@ -48,7 +48,7 @@ or a `JWTPlaintextKey` and pass it to the `JWTToken` constructor:
$tok->claims->add("some/claim/MaxItems", 8);
$str = $tok->getSignedToken();
```
### Parsing tokens
@ -72,6 +72,7 @@ Parsing is done by passing the raw token as the 2nd parameter
// You can also use valueOf() to return a default value if needed
$val = $tok->claims->valueOf("some/claim/MaxItems", 64);
```
### Validating tokens