From d68631ea4fae4ff548c7b8e662f3149e0688e479 Mon Sep 17 00:00:00 2001 From: Konstantin Wohlwend Date: Tue, 19 May 2026 10:27:51 -0700 Subject: [PATCH] Update GitHub URL --- .github/pull_request_template.md | 2 +- .github/workflows/swift-sdk-publish.yaml | 2 +- .gitmodules | 2 +- README.md | 8 ++++---- apps/mcp/package.json | 2 +- apps/skills/package.json | 2 +- apps/skills/src/app/route.ts | 2 +- docs-mintlify/docs.json | 4 ++-- .../guides/apps/authentication/cli-authentication.mdx | 2 +- docs-mintlify/guides/faq.mdx | 2 +- docs-mintlify/guides/integrations/supabase/overview.mdx | 2 +- docs-mintlify/guides/other/self-host.mdx | 2 +- docs-mintlify/index.mdx | 4 +--- docs/content/docs/(guides)/faq.mdx | 2 +- .../docs/(guides)/getting-started/vite-example.mdx | 2 +- docs/content/docs/(guides)/others/cli-authentication.mdx | 2 +- docs/content/docs/(guides)/others/self-host.mdx | 2 +- docs/content/docs/(guides)/others/supabase.mdx | 2 +- examples/tanstack-start-demo/package.json | 2 +- packages/stack-shared/src/config/format.ts | 2 +- packages/stack-shared/src/interface/client-interface.ts | 2 +- packages/template/README.md | 2 +- sdks/implementations/swift/README.md | 2 +- 23 files changed, 27 insertions(+), 29 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 286bdcdad..1f2c096d9 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,5 +1,5 @@ diff --git a/.github/workflows/swift-sdk-publish.yaml b/.github/workflows/swift-sdk-publish.yaml index 4532a429f..52ed5477c 100644 --- a/.github/workflows/swift-sdk-publish.yaml +++ b/.github/workflows/swift-sdk-publish.yaml @@ -51,7 +51,7 @@ jobs: - name: Clone target repo if: steps.check-tag.outputs.exists == 'false' run: | - git clone https://x-access-token:${{ secrets.SWIFT_SDK_PUBLISH_TOKEN }}@github.com/stack-auth/swift-sdk-prerelease.git target + git clone https://x-access-token:${{ secrets.SWIFT_SDK_PUBLISH_TOKEN }}@github.com/hexclave/swift-sdk-prerelease.git target - name: Copy Swift SDK to target repo if: steps.check-tag.outputs.exists == 'false' diff --git a/.gitmodules b/.gitmodules index 5f316ca31..21b0798b8 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,4 @@ [submodule "backend-private-repo"] path = apps/backend/src/private/implementation - url = https://github.com/stack-auth/private.git + url = https://github.com/hexclave/private.git branch = main diff --git a/README.md b/README.md index 705993615..1453cf9c6 100644 --- a/README.md +++ b/README.md @@ -95,14 +95,14 @@ Check out the [documentation](https://docs.stack-auth.com/getting-started/setup) Have your own? Happy to feature it if you create a PR or message us on [Discord](https://discord.stack-auth.com). ### Templates -- [Stack Auth Template by Stack Auth Team](https://github.com/stack-auth/stack-auth-template) +- [Stack Auth Template by Stack Auth Team](https://github.com/hexclave/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 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) +- [Stack Auth Demo by the Stack Auth team](https://github.com/hexclave/stack-auth/tree/dev/examples/demo) +- [Stack Auth E-Commerce Example by the Stack Auth team](https://github.com/hexclave/stack-auth/tree/dev/examples/e-commerce) ## 🏗 Development & Contribution @@ -193,6 +193,6 @@ Note: When working with AI, you should keep a terminal tab with the dev server o ## ❤ Contributors - + diff --git a/apps/mcp/package.json b/apps/mcp/package.json index 03ed9076a..278b0dd40 100644 --- a/apps/mcp/package.json +++ b/apps/mcp/package.json @@ -1,7 +1,7 @@ { "name": "@stackframe/mcp", "version": "2.8.89", - "repository": "https://github.com/stack-auth/stack-auth", + "repository": "https://github.com/hexclave/stack-auth", "private": true, "type": "module", "scripts": { diff --git a/apps/skills/package.json b/apps/skills/package.json index bba5397c4..c0212d3d7 100644 --- a/apps/skills/package.json +++ b/apps/skills/package.json @@ -1,7 +1,7 @@ { "name": "@stackframe/skills", "version": "2.8.89", - "repository": "https://github.com/stack-auth/stack-auth", + "repository": "https://github.com/hexclave/stack-auth", "private": true, "type": "module", "scripts": { diff --git a/apps/skills/src/app/route.ts b/apps/skills/src/app/route.ts index 35492c17b..0de115d80 100644 --- a/apps/skills/src/app/route.ts +++ b/apps/skills/src/app/route.ts @@ -402,7 +402,7 @@ function renderHtml(): string {