@adityaharish/iam-core
v2.8.20
Published
## [📘 Docs](https://docs.4good-iam.com) | [☁️ Hosted Version](https://4good-iam.com/) | [✨ Demo](https://demo.4good-iam.com/) | [🎮 Discord](https://discord.4good-iam.com) | [GitHub](https://github.com/4good-iam/4good-iam)
Readme
4good IAM: Open-source Clerk/Auth0 alternative
📘 Docs | ☁️ Hosted Version | ✨ Demo | 🎮 Discord | GitHub
4good IAM is a managed user authentication solution. It is developer-friendly and fully open-source (licensed under MIT and AGPL).
4good IAM gets you started in just five minutes, after which you'll be ready to use all of its features as you grow your project. Our managed service is completely optional and you can export your user data and self-host, for free, at any time.
We support Next.js frontends, along with any backend that can use our REST API. Check out our setup guide to get started.
📦 Installation & Setup
- Run 4good IAM's installation wizard with the following command:
npx @4good/init-iam@latest - Then, create an account on the 4good IAM dashboard, create a new project with an API key, and copy its environment variables into the .env.local file of your Next.js project:
NEXT_PUBLIC_IAM_PROJECT_ID=<your-project-id> NEXT_PUBLIC_IAM_PUBLISHABLE_CLIENT_KEY=<your-publishable-client-key> IAM_SECRET_SERVER_KEY=<your-secret-server-key> - That's it! You can run your app with
npm run devand go to http://localhost:3000/handler/signup to see the sign-up page. You can also check out the account settings page at http://localhost:3000/handler/account-settings.
Check out the documentation for a more detailed guide.
