I am using jwt.decode() to decode an JWT token. But today when I am using
jwt.decode(IdToken, verify= False)
an error is coming
It is required that you pass in a value for the "algorithms" argument when calling decode().
I dont want to validate the token, I simply just need to decode it.