In preparation for algorithm registry, add an `AlgorithmMismatchError` exception when `'alg'` cannot be processed during decoding. As seen in: - https://github.com/mpdavis/python-jose/issues/138 - https://github.com/mpdavis/python-jose/pull/304
In preparation for algorithm registry, add an
AlgorithmMismatchErrorexception when'alg'cannot be processed during decoding.As seen in: