Skip to main content

I’m using the awesome JSON Web Token Package to generate a JWT. My case includes optional header parameters, specifically the “x5t” parameter which must be included in the header. However the Private Claims parameter only adds claims to the payload section. Is there a way to include these Reserved Header Parameters in the package?

Hi @Theodore Xypteras 

Interesting one, you can get in touch with Author of this package for more updates i.e Stefan Karsten


@Theodore Xypteras I don’t see any reserved parameters available in this package but you can reach out to author for quick update the package with reserved parameters or to add optional parameters 


Reply