The past 3 companies I've worked for have all had issues with their authorization solution. Too expensive to work with, too slow, etc...
I'm have to fix the authorization yet again for my current company.
Is this a thing at most medium - large size companies? I'm curious to learn about other people's experiences.
Top comments (3)
Yes. This is my first web-heavy job, but have seen and been involved in a number of serious issues involving auth:
With firebase auth, we had serious issues with malicious actors:
We ended up switching to Auth0 which did at least stop our auth systems from becoming unavailable, but:
Just a thought from a part time / hobbyist dev, but I have been looking into using Cloudflare's KV stores as a distributed session cache. Take it with a grain of salt. My thinking is this:
There are other global cache services available as well, and Upstash comes to mind. Not sure how your traffic patterns and volume would interplay with this, but it's a (possibly naive) option that might fall within your budget and SLO's.