[PATCH] util.jwt: support header extras when signing
6 views
Skip to first unread message
Stephen Paul Weber
unread,
Apr 21, 2025, 10:15:43 PMApr 21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to proso...@googlegroups.com
Some JWT-using protocols (such as APNS) require extra items in the JWT
header, which the spec allows. So implement a way to feed extras into the
header generation instead of always using a static header.