workos / authkit-nextjs

The WorkOS library for Next.js provides convenient helpers for authentication and session management using WorkOS & AuthKit with Next.js.
MIT License
58 stars 14 forks source link

Release v1 #61

Closed PaulAsjes closed 2 months ago

PaulAsjes commented 3 months ago

Bumps the version of workos-node, move it to peer dependencies and officially releases as v1 🎉

ijxy commented 3 months ago

Sorry to be that guy, but can you please take a look at https://github.com/workos/authkit-nextjs/issues/24 again. The current API has some severe limitations for anyone deploying on Vercel (probably a lot of your potential customers) due to how environment variables work in middleware and I think it would be highly beneficial to resolve those before releasing V1.

I didn't create that issue, but I've experienced exactly that problem as I'm evaluating this solution for my company. Being unable to use preview deployments is a large problem.

PaulAsjes commented 2 months ago

Thanks @jxdp, I agree with you that we should fix that before releasing a v1. I'll put this on hold for now while we address the other issue.