Supertokens init is causing our tests to fail on Node.js + Fastify. Is there an async version or some other recommendation?
Copy code
Jest has detected the following 1 open handle potentially keeping Jest from exiting:
● TLSWRAP
488 | return;
489 | }
> 490 | SuperTokens.init({
| ^
491 | framework: 'fastify',
492 | supertokens: {
r
rp_st
10/31/2022, 2:31 AM
Hey @Morgante Pell
rp_st
10/31/2022, 2:31 AM
There is no async version of this. Can you open an issue about this on our GitHub and we can have a look
SuperTokens is an open source authentication solution offering features like: Different types of login: Email / password, Passwordless (OTP or Magic link based).