Rishabh Poddar

Results 301 comments of Rishabh Poddar

Until we fix this, you can use the [custom method](https://supertokens.com/docs/thirdpartyemailpassword/email-delivery/custom-method) of sending email which allows you to directly use nodemailer lib.

Keeping this PR open until users complain about the current behaviour being complex

hey @jonathanmyers thanks for this issue. It's not a priority for us at the moment, especially given that there are workarounds that you mentioned. But feel free to make a...

## Using backend sdk with CDI 4.0 with new tenant creation using 4.0 When the backend SDK asks for tenant config, we will return the enabled booleans based on: -...

Thanks @virajkanwade , this PR needs to add tests: - Unit tests - update the existing [e2e test server](https://github.com/supertokens/supertokens-python/tree/master/tests/frontendIntegration/fastapi-server) to test this change, or create a new e2e test server...

What are the import statements that you have used for the functions from our lib?

Right. So why do you need to wrap them with `sync()`?

I see. Okay! Thanks for the info. We can continue working on this PR, in a few weeks, to add more tests (as described in my previous comment).

Thanks for opening this issue @virajkanwade . We will have a look at this in a few week's time

This has been implemented and released in python SDK version >= 0.20.2. Thanks @virajkanwade . Feel free to add yourself to the supertokens-core repo readme as a contributor :)