Introducing Authorizer.dev

Why you should consider using Authorizer ❓
βœ… It is open source and free to use πŸ˜…
βœ… Supports role based authentication & Authorization
βœ… Supports secure session management with HTTP only Cookies & JWT tokens
βœ… Supports multiple auth recipies
  • Social media login (Google, Facebook, Github, more to come)
  • Basic login using email & password
  • Passwordless login via the magic link
  • βœ… Supports database of your choice
    βœ… Supports multiple integrations and implementations
  • JS SDK that can be used in Backend (NodeJS) and Frontend
  • React Component Library for React specific projects
  • More to come soon...
  • βœ… Comes with Builtin Login Solution
  • A login page where you can directly redirect your users and get the login state in your web application using JS SDK
  • βœ… Comes with Multiple Deployment Options
    βœ… Supports custom scripting for advanced use cases like modifying JWT token payload
    βœ… Developed using modern stack
    - GoLang with high performant Gin Server
    - Exposes GraphQL API
    Check how it works!
    Motivation behind Authorizer
  • Didn't want to implement the same logic again and again
  • Needed single source of data. If I use 3rd party services user data might be at different places and application data might be at a different place.
  • Didn't want to pay for services like auth0 based on user count. This model is painful as application scales.
  • Needed authorization service always running as it can add more latency if implemented with serverless architecture, which will put service to sleep when not used. Also, it can come with the complexity of more open DB connections as the app scales
  • Needed a graphical representation of user data, that is the reason I used GraphQL which will help us link user information with other application data and generate the linked graph (Helpful when the application is using GraphQL under the hood)
  • Check how you can integrate this with React Application
    Please share your feedback, issues on discord or Github.
    Also, don't forget to share the love for authorizer by adding a star to Github projects!

    26

    This website collects cookies to deliver better user experience

    Introducing Authorizer.dev