Skip to content

Commit

Permalink
more info on custom jwts
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicriordan committed Jun 29, 2023
1 parent f8d4d8d commit 86a4617
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 @@ -19,7 +19,7 @@ tested is JWT authenticated. Each JWT generated will be unique as contains a uni
}
```

A private key is supplied as a flag with optional flags to set other claims i.e. `sub` `aud`, `iss`. It will then check if the required number of jwts has already
A private key is supplied as a flag with optional flags to set other standard claims i.e. `sub` `aud`, `iss` and can also provide custom claims. It will then check if the required number of jwts has already
been generated in a previous test by checking a file on disk. All JWTs are saved on disk in cache, this allows
huge number of jwts to be generated without affecting in-memory use of gopayloader. Once all jwts have been generated
the tests begin, and jwts are streamed from disk to requests. This keeps the memory footprint low. The other major benefit to pre-generating
Expand Down

0 comments on commit 86a4617

Please sign in to comment.