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

--- Comment #1 from Felix Schumacher <[email protected]> ---
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.

Reply via email to