AnyAlgValidator

Validator that accepts any JWT algorithm and ignores it's signature at all. Can be used to decode token without it's signature validation.

Members

Functions

isValid
bool isValid(V value, S sign)
Undocumented in source. Be warned that the author may not have intended to support it.
isValidAlg
bool isValidAlg(JWTAlgorithm alg)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta