@tanstack/react-router 1.130.7 → 1.130.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/llms/rules/guide.js
CHANGED
|
@@ -168,9 +168,9 @@ This approach can also be used in conjunction with Pathless or Layout Route to p
|
|
|
168
168
|
|
|
169
169
|
For detailed, step-by-step implementation guides, see:
|
|
170
170
|
|
|
171
|
-
- [How to Set Up Basic Authentication](
|
|
172
|
-
- [How to Integrate Authentication Providers](
|
|
173
|
-
- [How to Set Up Role-Based Access Control](
|
|
171
|
+
- [How to Set Up Basic Authentication](../../how-to/setup-authentication.md) - Complete setup with React Context and protected routes
|
|
172
|
+
- [How to Integrate Authentication Providers](../../how-to/setup-auth-providers.md) - Use Auth0, Clerk, or Supabase
|
|
173
|
+
- [How to Set Up Role-Based Access Control](../../how-to/setup-rbac.md) - Implement permissions and role-based routing
|
|
174
174
|
|
|
175
175
|
## Examples
|
|
176
176
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tanstack/react-router",
|
|
3
|
-
"version": "1.130.
|
|
3
|
+
"version": "1.130.9",
|
|
4
4
|
"description": "Modern and scalable routing for React applications",
|
|
5
5
|
"author": "Tanner Linsley",
|
|
6
6
|
"license": "MIT",
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
"tiny-invariant": "^1.3.3",
|
|
81
81
|
"tiny-warning": "^1.0.3",
|
|
82
82
|
"@tanstack/history": "1.129.7",
|
|
83
|
-
"@tanstack/router-core": "1.130.
|
|
83
|
+
"@tanstack/router-core": "1.130.9"
|
|
84
84
|
},
|
|
85
85
|
"devDependencies": {
|
|
86
86
|
"@testing-library/jest-dom": "^6.6.3",
|