Earlier quoted context omitted.
As someone trying to think about OAuth apps at our SaaS, it certainly is very hard. Do any marketplaces have a good approach here? I know Cloudflare, after their similar Salesloft issue, has proposed proxying all 3rd party OAuth and API traffic through them. But that feels a little bit like trading one threat vector for another. Other than standard good practices like narrow scopes, shorter expirations, maybe OAuth C…
I mean the admin account had visibility of clients env vars, thats maybe not really great in the first place.
nextjs app bake all env vars on the client side code!! it's all public, unless you prefix the name with private_ or something.