https://github.com/s3rius/jmeterplugins
Collection of useful small plugins for jmeter
https://github.com/s3rius/jmeterplugins
jmeter-plugins jwt
Last synced: about 1 year ago
JSON representation
Collection of useful small plugins for jmeter
- Host: GitHub
- URL: https://github.com/s3rius/jmeterplugins
- Owner: s3rius
- Created: 2022-06-13T14:33:41.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-13T14:57:26.000Z (almost 4 years ago)
- Last Synced: 2025-03-02T14:42:47.838Z (about 1 year ago)
- Topics: jmeter-plugins, jwt
- Language: Java
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Jmeter plugins
This repository is used to store my Jmeter plugins.
All plugins are distributed as single Uber-Jar file.
If you install it you'll get all plugins within one file.
## JWTEncoder

This plugin is used to create [JSON Web Tokens](https://jwt.io/introduction) and store them
as a variable in Jmeter's context.
Currently it can encode only using HS256 algorithm. More algoritms will be
added in the future if needed.
It generates JWT based on claims you provide and the secret key.
You can specify a variable name that will be used to
store resulting jwt in jmeter's context.
Also you can use jmeter's variables in claims. As an exmaple in the screenshot above `"${__UUID}"` is used as a part of claims.