mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-13 21:01:21 +08:00
* added svix to docker compose * connect webhook sending with local svix * added svix token endpoint * added svix dashbaord * added endpoint table * updated danger items * added more info on the webhook page * added create endpoints dialog * added edit and delete endpoint * added log history * added webhook secret * updated sidebar layout * fixed flashes * updated webhook sending function * removed unused imports * updated endpoint code structure * commented event types * added webhooks docs * added webhooks doc gen * updated webhooks docs * added webhook events * updated teams docs * fixed bugs * fixed docker |
||
|---|---|---|
| .. | ||
| scripts | ||
| src | ||
| .eslintrc.cjs | ||
| .gitignore | ||
| CHANGELOG.md | ||
| components.json | ||
| LICENSE | ||
| next-env.d.ts | ||
| package.json | ||
| postcss.config.js | ||
| README.md | ||
| tailwind.config.js | ||
| tsconfig.json | ||
| tsup.config.ts | ||
Stack
Stack is an open-source, self-hostable, and highly customizable authentication and user management system.
We provide frontend and backend libraries for Next.js, React, and JavaScript. You can set it up in one minute and scale with the project as it grows.
Features
- Composable React components & hooks
- OAuth (Google, Facebook, GitHub, etc.)
- Email and password authentication (with email verification and password reset)
- Easy to set up with proxied providers (no need to sign up and create OAuth endpoints yourself on all the providers)
- User management & analytics
- User-associated metadata with client-/server-specific permissions
- Out-of-the-box Dark/Light mode support
- suports switching out the underlying UI library, support MUI Joy out of the box
- 100% open-source!
Currently, only Next.js is supported, but we are working on adding other frameworks.
Installation
To get started with Stack, you need to create a Next.js project using the App router. Then, you can install Stack by running the following command:
npm install @stackframe/stack
For setup, refer to our documentation.