Closed
Description
I know it has already been issued/discussed in #472 and #418 but got closed without result.
I need to change the typ
header to JOSE
, which is sort of a pre-defined value for it, see last paragraph of this RFC 7515 chapter. The "need" is just the result of a requirement by the interface I want to talk to, which verifies that the typ
header of my JWT equals JOSE
. I am not in a position to argue for or against the point of it.
I already use php-jwt
on other parts of my application and love the interface and simplicity of it and I am now forced to integrate another JWT library just because you insist on JWT
hardcoded (source).
Any chance you'll reconsider that decision?