Hey @everyone ! New release:
- We now issue a JWT in our session (switched off by default), which can be used to integrate with services like Hasura, AWS JWT authorizers, or a backend written in a language we don't support. For this, you will need to use a core version that is >= 3.6.1, and also update your backend SDK version.
- For python SDK: We have a new breaking change that makes providing configs during init easier + adds support for wsgi mode in fastapi.