oven-sh / bun

Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one
https://bun.sh
Other
74.16k stars 2.77k forks source link

Support NextAuth v5 & AuthJS #12178

Open birkskyum opened 4 months ago

birkskyum commented 4 months ago

The new NextAuth v5 is building on top of AuthJS

https://authjs.dev/getting-started/migrating-to-v5

Since AuthJS isn't supported by bun, that's a problem

Blockers are:

TextDecoderStream

mentioned here.

error: Attempt to export a nullable value for "TextDecoderStream"

Diffie-Hellman

@panva/hkdf

0-don commented 2 months ago

I support this issue