Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion examples/react/start-workos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"@tanstack/react-router-devtools": "^1.132.47",
"@tanstack/react-start": "^1.132.47",
"@workos-inc/node": "^7.45.0",
"@workos/authkit-tanstack-react-start": "^0.1.0",
Copy link
Contributor

@coderabbitai coderabbitai bot Oct 7, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🔴 Critical

🧩 Analysis chain

Verify stability and breaking change expectations for the 0.1.x SDK.

The @workos/authkit-tanstack-react-start package is at version ^0.1.0, which indicates it's in early development. Pre-1.0 versions may introduce breaking changes in minor/patch releases. Consider pinning to an exact version or documenting this dependency risk.


🌐 Web query:

What is the latest stable version of @workos/authkit-tanstack-react-start and its release stability policy?

💡 Result:

I couldn't find any published npm package named "@workos/authkit-tanstack-react-start". Searches of npm/GitHub and WorkOS docs show WorkOS publishes AuthKit packages under @workos-inc (e.g. @workos-inc/authkit-react and @workos-inc/authkit-react-router), and the TanStack Start docs include a WorkOS example (not a package with the name you gave). [1][2][3]

If you meant a different package name, or a workspace/example repo, tell me the exact npm/GitHub package or repo and I’ll look it up. References:

  • WorkOS AuthKit docs and packages. [1]
  • WorkOS GitHub (authkit-react, authkit-nextjs, authkit-react-router). [2]
  • TanStack Start React — WorkOS example (Start + WorkOS). [3]

Sources:
[1] https://workos.com/docs/authkit/react
[2] https://github.com/workos
[3] https://tanstack.com/start/latest/docs/framework/react/examples/start-workos


Correct invalid package dependency
The dependency "@workos/authkit-tanstack-react-start" isn’t published on npm; WorkOS AuthKit packages live under the @workos-inc scope (e.g. @workos-inc/authkit-react). Update line 21 of examples/react/start-workos/package.json to the correct package name and version.

🤖 Prompt for AI Agents
examples/react/start-workos/package.json around line 21: Replace the invalid
dependency "@workos/authkit-tanstack-react-start" with the correct scoped
package name and version, e.g. "@workos-inc/authkit-react": "^0.1.0" (or the
exact published version you need), then save and run npm/yarn install to update
lockfiles.

Copy link
Contributor Author

@nicknisi nicknisi Oct 9, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

note: we have both the @workos and @workos-inc namespaces on npm. We've been working on a way to transition from @workos-inc to @workos because it's simpler and since this SDK was brand new, I figured I'd just start there. I can accelerate my idea to dual-publish if this is an issue.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Seems like the humans are having a chat. I'll hop back into my burrow for now. If you need me again, just tag @coderabbitai in a new comment, and I'll come hopping out!

"iron-session": "^8.0.4",
"jose": "^6.0.10",
"react": "^19.0.0",
Expand All @@ -27,8 +28,8 @@
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@vitejs/plugin-react": "^4.3.4",
"postcss": "^8.5.1",
"autoprefixer": "^10.4.20",
"postcss": "^8.5.1",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.2",
"vite": "^7.1.7",
Expand Down
1 change: 1 addition & 0 deletions examples/react/start-workos/src/app.css
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
@import '@radix-ui/themes/styles.css';
45 changes: 0 additions & 45 deletions examples/react/start-workos/src/authkit/serverFunctions.ts

This file was deleted.

162 changes: 0 additions & 162 deletions examples/react/start-workos/src/authkit/ssr/config.ts

This file was deleted.

137 changes: 0 additions & 137 deletions examples/react/start-workos/src/authkit/ssr/interfaces.ts

This file was deleted.

Loading
Loading