Thomas Holvoet

Results 2 issues of Thomas Holvoet

```python jwt.decode(jwt.encode({'test': 0, 'exp': 1647029460}, 'test'), 'test') ``` -> `{'test': 0, 'exp': 1647029460}` But, ```python jwt.decode(jwt.encode({'test': 0, 'exp': 1647029460}, '"test"'), '"test"') ``` -> `JWTError: Signature verification failed.`

Hi! Thank you for your great work, really like the project! I have a question regarding the differentiable SU2Module. I noticed it is possible to differentiate w.r.t. the inlet velocity...