From 7920440eb6d89549015ea6dab8b8061895108a2c Mon Sep 17 00:00:00 2001 From: "devin-ai-integration[bot]" <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Tue, 4 Mar 2025 04:07:54 +0100 Subject: [PATCH] Update branding from Stack to Stack Auth in documentation (#504) Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: zai@stack-auth.com --- .github/SECURITY.md | 4 ++-- README.md | 36 ++++++++++++++++++------------------ packages/template/README.md | 4 ++-- 3 files changed, 22 insertions(+), 22 deletions(-) diff --git a/.github/SECURITY.md b/.github/SECURITY.md index 0d7a3a45c..7b930d4ad 100644 --- a/.github/SECURITY.md +++ b/.github/SECURITY.md @@ -2,9 +2,9 @@ ## Supported Versions -Only the latest versions of Stack's server and client packages are supported. We do not provide security updates for older versions. +Only the latest versions of Stack Auth's server and client packages are supported. We do not provide security updates for older versions. -If you would like to get security consulting regarding older versions of on-prem or self-hosted deployments of Stack, please [contact us](mailto:team@stack-auth.com). +If you would like to get security consulting regarding older versions of on-prem or self-hosted deployments of Stack Auth, please [contact us](mailto:team@stack-auth.com). ## Reporting a Vulnerability diff --git a/README.md b/README.md index 5edd27c99..93d5707a1 100644 --- a/README.md +++ b/README.md @@ -11,12 +11,12 @@ Stack Auth is a managed user authentication solution. It is developer-friendly and fully open-source (licensed under MIT and AGPL). -Stack 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. +Stack Auth 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](https://docs.stack-auth.com/rest-api/overview). Check out our [setup guide](https://docs.stack-auth.com/getting-started/setup) to get started.
-Stack Setup +Stack Auth Setup
## Table of contents @@ -27,7 +27,7 @@ We support Next.js frontends, along with any backend that can use our [REST API] - [How is this different from X?](#how-is-this-different-from-x) - [✨ Features](#-features) - [πŸ“¦ Installation & Setup](#-installation--setup) -- [🌱 Some community projects built with Stack](#-some-community-projects-built-with-stack) +- [🌱 Some community projects built with Stack Auth](#-some-community-projects-built-with-stack-auth) - [Templates](#templates) - [Examples](#examples) - [πŸ— Development & Contribution](#-development--contribution) @@ -62,18 +62,18 @@ To get notified first when we add new features, please subscribe to [our newslet |

Account settings

Lets users update their profile, verify their e-mail, or change their password. No setup required. | Account settings component | |

Multi-tenancy & teams

Manage B2B customers with an organization structure that makes sense and scales to millions. | Selected team switcher component | |

Role-based access control

Define an arbitrary permission graph and assign it to users. Organizations can create org-specific roles. | RBAC | -|

OAuth Connections

Beyond login, Stack can also manage access tokens for third-party APIs, such as Outlook and Google Calendar. It handles refreshing tokens and controlling scope, making access tokens accessible via a single function call. | OAuth tokens | +|

OAuth Connections

Beyond login, Stack Auth can also manage access tokens for third-party APIs, such as Outlook and Google Calendar. It handles refreshing tokens and controlling scope, making access tokens accessible via a single function call. | OAuth tokens | |

Passkeys

Support for passwordless authentication using passkeys, allowing users to sign in securely with biometrics or security keys across all their devices. | OAuth tokens | |

Impersonation

Impersonate users for debugging and support, logging into their account as if you were them. | Webhooks | |

Webhooks

Get notified when users use your product, built on Svix. | Webhooks | |

Automatic emails

Send customizable emails on triggers such as sign-up, password reset, and email verification, editable with a WYSIWYG editor. | Email templates | -|

User session & JWT handling

Stack manages refresh and access tokens, JWTs, and cookies, resulting in the best performance at no implementation cost. | User button | +|

User session & JWT handling

Stack Auth manages refresh and access tokens, JWTs, and cookies, resulting in the best performance at no implementation cost. | User button | |

M2M authentication

Use short-lived access tokens to authenticate your machines to other machines. | M2M authentication | ## πŸ“¦ Installation & Setup -1. Run Stack’s installation wizard with the following command: +1. Run Stack Auth's installation wizard with the following command: ```bash npx @stackframe/init-stack@latest ``` @@ -87,23 +87,23 @@ To get notified first when we add new features, please subscribe to [our newslet Check out the [documentation](https://docs.stack-auth.com/getting-started/setup) for a more detailed guide. -## 🌱 Some community projects built with Stack +## 🌱 Some community projects built with Stack Auth Have your own? Happy to feature it if you create a PR or message us on [Discord](https://discord.stack-auth.com). ### Templates -- [Stack Template by Stack Team](https://github.com/stack-auth/stack-auth-template) +- [Stack Auth Template by Stack Auth Team](https://github.com/stack-auth/stack-auth-template) - [Next SaaSkit by wolfgunblood](https://github.com/wolfgunblood/nextjs-saaskit) - [SaaS Boilerplate by Robin Faraj](https://github.com/robinfaraj/saas-boilerplate) ### Examples -- [Stack Example by career-tokens](https://github.com/career-tokens/StackYCAuth) -- [Stack Demo by the Stack team](https://github.com/stack-auth/stack-auth/tree/dev/examples/demo) -- [Stack E-Commerce Example by the Stack team](https://github.com/stack-auth/stack-auth/tree/dev/examples/e-commerce) +- [Stack Auth Example by career-tokens](https://github.com/career-tokens/StackYCAuth) +- [Stack Auth Demo by the Stack Auth team](https://github.com/stack-auth/stack-auth/tree/dev/examples/demo) +- [Stack Auth E-Commerce Example by the Stack Auth team](https://github.com/stack-auth/stack-auth/tree/dev/examples/e-commerce) ## πŸ— Development & Contribution -This is for you if you want to contribute to the Stack project or run the Stack dashboard locally. +This is for you if you want to contribute to the Stack Auth project or run the Stack Auth dashboard locally. **Important**: Please read the [contribution guidelines](CONTRIBUTING.md) carefully and join [our Discord](https://discord.stack-auth.com) if you'd like to help. @@ -161,7 +161,7 @@ pnpm run prisma migrate dev ### Chat with the codebase -Storia trained an [AI on our codebase](https://sage.storia.ai/stack-auth) that can answer questions about using and contributing to Stack. +Storia trained an [AI on our codebase](https://sage.storia.ai/stack-auth) that can answer questions about using and contributing to Stack Auth. ### Architecture overview @@ -171,16 +171,16 @@ Storia trained an [AI on our codebase](https://sage.storia.ai/stack-auth) that c User((User)) Admin((Admin)) subgraph "Stack Auth System" - Dashboard[Stack Dashboard
/apps/dashboard] - Backend[Stack API Backend
/apps/backend] + Dashboard[Stack Auth Dashboard
/apps/dashboard] + Backend[Stack Auth API Backend
/apps/backend] Database[(PostgreSQL Database)] EmailService[Email Service
Inbucket] WebhookService[Webhook Service
Svix] StackSDK[Client SDK
/packages/stack] subgraph Shared - StackUI[Stack UI
/packages/stack-ui] - StackShared[Stack Shared
/packages/stack-shared] - StackEmails[Stack Emails
/packages/stack-emails] + StackUI[Stack Auth UI
/packages/stack-ui] + StackShared[Stack Auth Shared
/packages/stack-shared] + StackEmails[Stack Auth Emails
/packages/stack-emails] end end Admin --> Dashboard diff --git a/packages/template/README.md b/packages/template/README.md index 1d21d1d18..a14e2fdd6 100644 --- a/packages/template/README.md +++ b/packages/template/README.md @@ -4,13 +4,13 @@ Stack Auth is a managed user authentication solution. It is developer-friendly and fully open-source (licensed under MIT and AGPL). -Stack 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. +Stack Auth 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](https://docs.stack-auth.com/rest-api/overview). Check out our [setup guide](https://docs.stack-auth.com/getting-started/setup) to get started. ## πŸ“¦ Installation & Setup -1. Run Stack’s installation wizard with the following command: +1. Run Stack Auth's installation wizard with the following command: ```bash npx @stackframe/init-stack@latest ```