simov / grant

OAuth Proxy
MIT License
4.08k stars 257 forks source link

Support Deno? #280

Closed sudo-sand closed 1 year ago

sudo-sand commented 2 years ago

Any plans on supporting Deno? Fresh?

simov commented 2 years ago

I have been thinking about it, however, in order to have a 'native' support for it, everything that Grant currently depends on being in Node.js have to be redone from scratch but using Deno std libraries. Only then we can have HTTP framework handlers for Deno on top of it.

So it's a bit longer term goal, because it requires more than just creating a new handler.

sudo-sand commented 2 years ago

It would be really cool to have Grant on Deno. But no pressure really, take your time.

sudo-sand commented 1 year ago

There is this https://github.com/w3cj/deno_grant/