supertokens-core
supertokens-core copied to clipboard
[feature] Deno SDK
š Feature
Alternatively to NodeJS I would like to use Deno.
Implementation details
Typescript implementation would be amazing.
This is probably going to take some time ~ a few months at least.
This is probably going to take some time ~ a few months at least.
Yes probably - I'll keep a look out on something to contribute š
any update?
@G33kNoob no updates yet. It will be a while before we start working on this. No timeline for this.
Has this been fixed by recently introduced npm compatibility in Deno? Thanks
@lensbart we would need to add support for web frameworks that are built for deno for out SDK to work with them. So even if deno supports all node APIs, our SDKs would still not work for them.
We can have a look at this sometime next year. Or feel free to contribute it into our node SDK :)
@lensbart we would need to add support for web frameworks that are built for deno for out SDK to work with them.
Iām not sure what you mean by that. React / Remix / etc. already work on Deno. Are you referring to support for Fresh?
Iām not sure what you mean by that. React / Remix / etc. already work on Deno. Are you referring to support for Fresh?
Yes. But if you can use expressJs, Hapi, Fastify, Koa, Loopback, NestJS on Deno. then we work with those already.