You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What: Introduce a configuration option for adding the "kid" to the JsonWebToken.
Why: Currently, the "kid" is automatically included in the JsonWebToken whenever it is present in the signing credentials. However, the JWT specification does not require the "kid" to be included, so there are scenarios where it may not be needed.
How: Implement a flag in the JsonWebTokenHandler that allows users to choose whether or not to include the "kid" in the generated JWT.
The text was updated successfully, but these errors were encountered:
What: Introduce a configuration option for adding the "kid" to the JsonWebToken.
Why: Currently, the "kid" is automatically included in the JsonWebToken whenever it is present in the signing credentials. However, the JWT specification does not require the "kid" to be included, so there are scenarios where it may not be needed.
How: Implement a flag in the JsonWebTokenHandler that allows users to choose whether or not to include the "kid" in the generated JWT.
The text was updated successfully, but these errors were encountered: