jeremy379 / laravel-openid-connect

Implement OpenID Connect inside Laravel
MIT License
26 stars 13 forks source link

Added support for the 'kid' token header in the JWKsController #16

Closed twellck closed 6 months ago

twellck commented 6 months ago

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.