4 ms·
As a startup with 2 engineers, yes, we use Auth0 and love that it handles everything for us at the moment. Especially since we have to handle b2b clients who h
by softwarefounder 6y ago
As a startup with 2 engineers, yes, we use Auth0 and love that it handles everything for us at the moment.
Especially since we have to handle b2b clients who have their own SSO, etc.
- afandian 6y agoDo you have an exit plan?
- NDizzle 6y agoGotta have a good exit plan. I originally used Mozilla's authentication system, which I can't remember the name of, but they got rid of it.
- ramraj07 6y agoWe use auth0 at work and I've thought about it. With time given most users are SSO based, it's probably doable but annoyingly so over a month to move to another service. Not that we would want to. Outsourcing auth is acceptable for saas customers. For consumer apps it's probably not a good idea, pricing models typically don't seem aligned in your favor for that.
- mosdl 6y agoThe only thing that would be hard to migrate is if you store passwords in Auth0 - you would have to reset everyone's password no?
- llimos 6y agoI once did a migration of an auth system by having the new system attempt an auth against the old system if there was no password hash saved in the new one. If it succeeded, it hashed the password and saved it. Seamless for users. Obviously the old system isn't going to stick around forever, but you can get a good chunk of the passwords migrated this way.
- brokenwren 6y agoAre you on their startup plan that allows you unlimited "Enterprise Connections"? I'd be very careful with how their pricing impacts your business as you increase your B2B clients with Enterprise Connections. I'm honestly not trying to pitch you on anything, but when you outsource your auth* to a provider, you must consider the long term costs based on your business model and theirs.