As I'm building prototypes or products for clients, I'm constantly concerned that the standard tools I'm using for auth (Devise for Rails, Passport for Node, etc) are just not enough over the long haul to keep user data secure.
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...