Fix numeric parameter values in jwt (#26969)
* Fix numeric parameter values in jwt Don't call `seq` on numbers. If its a string, assert it isn't blank, otherwise check that it is non-null. * bind (:value request-param)
Please register or sign in to comment