The JWT-Decoder may throw an error stating "It is required that you pass in a value for the 'algorithms' argument when calling decode()". It would be nice if the user would have the chance to actually do that. However, if i'm not mistaken, only scripts may have user-input. This would require that the decoder would be required to be transformed to a script or the architecture would require some changes.
The JWT-Decoder may throw an error stating "It is required that you pass in a value for the 'algorithms' argument when calling decode()". It would be nice if the user would have the chance to actually do that. However, if i'm not mistaken, only scripts may have user-input. This would require that the decoder would be required to be transformed to a script or the architecture would require some changes.