Per RFC 7519 § 5.1, the typ field value is recommended to be set to "JWT". However, not all JWT-issuing systems follow this convention; for example, Identity Server 4 uses "at+jwt".
This PR updates the typ field to be able to accommodate any arbitrary string.
Per RFC 7519 § 5.1, the
typ
field value is recommended to be set to "JWT". However, not all JWT-issuing systems follow this convention; for example, Identity Server 4 uses "at+jwt".This PR updates the
typ
field to be able to accommodate any arbitrary string.