Authentication & user management APIs #HasuraBaaS

The Hasura platform has a ready to use authorisation service that provides APIs for common authentication use cases.

Authentication against various identity providers

  1. Username/password (should not be used in production!)
  2. Recaptcha
  3. Email verification
  4. Social login (Google, Facebook, LinkedIn, Github)
  5. Mobile OTP based verification

User management features

Out-of-the-box APIs for user management

Common session-middleware for all your microservices

Once a user is authenticated, code you write does not need to authenticate the user or interpret sessions (eg: look up the session token in the session database).

Read more about the session middleware in this blog post.


The auth service on Hasura helps you build applications FAST by not writing repetitive code that deals with authentication and user management.

Take Hasura for a spin at: https://explore.beta.hasura.io