supertokens-core icon indicating copy to clipboard operation
supertokens-core copied to clipboard

[feature] Deno SDK

Open andylib93 opened this issue 2 years ago ā€¢ 8 comments

šŸš€ Feature

Alternatively to NodeJS I would like to use Deno.

Implementation details

Typescript implementation would be amazing.

andylib93 avatar Mar 21 '22 22:03 andylib93

This is probably going to take some time ~ a few months at least.

rishabhpoddar avatar Mar 22 '22 05:03 rishabhpoddar

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 šŸ˜Š

andylib93 avatar Mar 22 '22 22:03 andylib93

any update?

G33kNoob avatar Jul 08 '22 09:07 G33kNoob

@G33kNoob no updates yet. It will be a while before we start working on this. No timeline for this.

rishabhpoddar avatar Jul 08 '22 10:07 rishabhpoddar

Has this been fixed by recently introduced npm compatibility in Deno? Thanks

lensbart avatar Nov 27 '22 22:11 lensbart

@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 :)

rishabhpoddar avatar Nov 28 '22 05:11 rishabhpoddar

@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?

lensbart avatar Nov 28 '22 12:11 lensbart

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.

rishabhpoddar avatar Nov 28 '22 13:11 rishabhpoddar