r-lib / jose

Javascript Object Signing and Encryption for R

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Export all header information from jwt_split

jandix opened this issue · comments

commented

Currently, jwt_split exports only type and keysize as headers. In some situations additional headers are transmitted and required. One example is the kid header when using Google's OpenID Connect. Is there any functionality to parse to the headers? Otherwise, I would propose to export all headers as a sublist of jwt_split.