Solved

JWT Package: Optional header parameters

  • 16 January 2023
  • 2 replies
  • 107 views

Badge +3

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?

icon

Best answer by ChanduMohammad 17 January 2023, 16:30

View original

2 replies

Userlevel 6
Badge +16

Hi @Theodore Xypteras 

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

Userlevel 5
Badge +14

@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