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
- Username/password (should not be used in production!)
- Recaptcha
- Email verification
- Social login (Google, Facebook, LinkedIn, Github)
- Mobile OTP based verification
User management features


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