Super small PR aiming to improve the response of JWKs response to include the key's kid when it has been defined in openid.token_headers.
It does not have any breaking changes as the kid key is only ever returned the JWKs response when it has been defined but brings consistency to the use of kid as outlined in the readme.
Super small PR aiming to improve the response of JWKs response to include the key's
kid
when it has been defined inopenid.token_headers
. It does not have any breaking changes as thekid
key is only ever returned the JWKs response when it has been defined but brings consistency to the use ofkid
as outlined in the readme.