You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/developer-tools/sdks/backend/remix-sdk.mdx
+24-2Lines changed: 24 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ keywords:
30
30
- session management
31
31
- internationalization
32
32
- organizations
33
-
updated: 2024-01-15
33
+
updated: 2026-01-07
34
34
featured: false
35
35
deprecated: false
36
36
ai_summary: Complete guide for Remix SDK including installation, route handlers, environment configuration, protecting routes, refreshing Kinde data, organizations, analytics, and more for Remix applications.
@@ -48,6 +48,22 @@ The quickest way to start is with the [Remix starter kit](https://github.com/kin
If you plan to use the optional client-side `KindeProvider` example below, also install `@kinde-oss/kinde-auth-react`:
52
+
53
+
```bash
54
+
npm install @kinde-oss/kinde-auth-react
55
+
# or
56
+
yarn add @kinde-oss/kinde-auth-react
57
+
```
58
+
59
+
If you want to use portal navigation helpers (for example `PortalPage`), install `@kinde/js-utils`:
60
+
61
+
```bash
62
+
npm install @kinde/js-utils
63
+
# or
64
+
yarn add @kinde/js-utils
65
+
```
66
+
51
67
## Set callback URLs
52
68
53
69
The Remix SDK works with back-end applications. Create one in Kinde. See [Add and manage applications](/build/applications/add-and-manage-applications/).
0 commit comments