4
0 Comments

Introducing Authorizer

Authorizer is an open-source authentication and authorization solution for your applications. Bring your database and have complete control over the user information. You can self-host authorizer instance and connect to SQL databases like postgres, mysql, sqlite.

Image description

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 recipes
- 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
- Heroku
- Kubernetes
- Binaries

✅  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!

posted to Icon for group Developers
Developers
on December 1, 2021
Trending on Indie Hackers
Two Votes on Product Hunt → 2,000+ Users in Three Weeks Anyway 😌 User Avatar 56 comments Fixing my sleep using public humiliation and giving away a Kindle User Avatar 23 comments 1 change made Reddit finally work for me. User Avatar 15 comments Retention > Hype: What Are We Really Chasing as Builders? User Avatar 14 comments The best design directories to show off your work User Avatar 13 comments A growth tool built for indie developers: Get influencer marketing done in 10 minutes and track the results. User Avatar 8 comments