Authorizer is a tool for authenticating and authorizing users. It supports secure session management, social logins, magic link authentication, and custom email integration. The platform allows role-based access control, event listening, and multi-factor authentication. It offers compatibility with various databases and can be deployed on platforms like Heroku and Docker.
Allow secure session management mechanism using HTTP only cookies alongside authorization code flow for mobile-based auth.
Comes with multiple auth recipes out of the box, supporting major social login, basic auth, and magic link auth.
Supports 13+ databases, including major SQL, NoSQL, and GraphQL APIs.
Comes with built-in rule engine and integration possibilities for JavaScript frameworks. Backend SDKs are coming soon.
Define RBAC roles and authorize users with role-based session tokens.
Multiple deployment options available to deploy authentication and authorization services anywhere, currently supporting Heroku, Docker, and Kubernetes.
Send emails using custom email templates and dynamic variables.
Configure webhooks for various events on the authorizer server to perform necessary actions with event data.
Add layered security with email-based OTP for authentication.