@donaldball has joined the channel
Hey folks, doing my due diligence on adding robust user authentication to a suite of clj/cljs web services. Users must be able to auth with password, optionally also with TOTP/U2F, and potentially instead using a social identity provider (namely, Google). The options I’m evaluating include: • roll yr own (but not really) • AWS Cognito • Auth0 • Okta • Google Firebase Authentication I’m curious to hear about any good options I’ve overlooked, or any experience reports with any of these. I can make good cases for both Cognito and Auth0, the others are included mostly for the sake of completeness.