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 {