You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@jmeter.apache.org by bu...@apache.org on 2019/12/25 10:55:58 UTC

[Bug 64030] New function or controler JWT decode

https://bz.apache.org/bugzilla/show_bug.cgi?id=64030

--- Comment #1 from Felix Schumacher <fe...@internetallee.de> ---
Created attachment 36930
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=36930&action=edit
Simple implementation of a JWT decode function for HMACs

This is a sample (and simple) implementation of a JWT decode function, that
implements HS256-HS512 JWT tokens. 

What does it support:
 * HS256-HS512
 * Decodes the payload to string
 * checks integrity of the JWT when the shared secret is given

What is missing:
 * all other possible MACs
 * documentation
 * internal usage of one of the available JWT java libraries
 * thoughts about the ux

-- 
You are receiving this mail because:
You are the assignee for the bug.