I saw the usage of JWT here But I am not sure where do we get the value for "key" parameter to be passed to token = jwt.encode(payload, key)
Sorry I am new to this, my requirement is to pass JWT token to my corporate URL from selenium python. Just unsure what do I pass for "key"