echo-jwt
echo-jwt copied to clipboard
Add note to SigningMethod docs
SigningMethod is not checked when a user-defined KeyFunc is provided. This is explained in the KeyFunc documentation, but we managed to overlook this when configuring echo-jwt. This commit adds a note to the SigningMethod documentation to help prevent others from making the same mistake.