Ask HN: What are folks using for identity management?
Storing user data and handling most of the auth service seems risky as hell to me, but I don't see quite as many strong opinions from the dev crowd about identity management as I do people sniping about where to put spec files in their codebase.
I guess I'm openly curious: Are folks using services like Firebase, Auth0, Okta to manage their user persistence, authentication, and authorization? Or are they just rolling their own or subscribing to open source projects and crossing fingers?
Personally, the Auth0 docs are not hitting the mark regarding the delivery vs complexity. For instance, it's near to impossible for me to quickly get a ReactNative -> Auth0 -> API Server routine going, quickly. Okta seems easier, but I haven't dug in. Firebase seems easiest, but then I don't trust it because of the simplicity.
Fishing for opinions and experience on this subject...
2 comments
[ 3.2 ms ] story [ 14.7 ms ] threadI’d like to solve this issue finally. Every time i start a project, i’m struggling because there are new ideas out there.