Software Alternatives & Reviews

Never write a UserService again

Recommended and mentioned products

  1. We develop custom software solutions: web applications, back-end systems and enterprise applications. We specialize in: Scala, Big Data, Java, Blockchain, AI and Cloud.

    We've successfuly started using Auth0 at SoftwareMill and the available extension points have been sufficient so far. But more projects and more production experience is needed to verify if anything important is missing.
  2. OpenID Connect page

    Finally, Auth0 uses the OAuth2 standard for authorization, and the identity layer conforms to OpenID Connect (see also this introduction to the standards).
  3. JSON Web Tokens are an open, industry standard RFC 7519 method for representing claims securely between two parties.

    OAuth2 relies on signed tokens being passed between interested parties. The tokens that Auth0 creates are JWT tokens, hence in an almost-human readable JSON format. That's yet another standard, which you can encounter when implementing the security layer of your application.
  4. FusionAuth is a CIAM platform that is 100% free for unlimited users.

    freemium

  5. See metrics from all of your apps, tools & services in one place with Datadog's cloud monitoring as a service solution. Try it for free.

    freemium $15.0 / Monthly (per host)

    We're commonly doing this with logging, using services such as Loggly or DataDog. We're using managed databases, be it on AWS, Heroku or database-vendor-specific solutions. We're storing binaries on S3. Externalising user authentication and authorization might be a good candidate as well.
  6. Amazon Cognito lets you add user sign-up, sign-in, and access control to your web and mobile apps quickly and easily. It scales to millions of users and supports sign-in with social identity providers and enterprise identity providers via SAML 2.0.

  7. Auth0 is a program for people to get authentication and authorization services for their own business use.

    Recently at our semi-regular architecture discussion group, we've been looking at the Auth0 service: what it is, how it works and when it might be a good idea to use it.