·
199 commits
to main
since this release
Minor Changes
-
#176
966a562Thanks
@d3varaja! - Add TanStack Router integration package with protected route supportIntroduce
@asgardeo/tanstack-router- a new integration package that provides seamless authentication support for
TanStack Router applications.Key Features:
<ProtectedRoute>component for auth-guarded routes- Automatic redirect to sign-in for unauthenticated users
- Integration with Asgardeo authentication context
- Type-safe route protection
Usage:
import {ProtectedRoute} from '@asgardeo/tanstack-router'; const Route = createFileRoute('/dashboard')({ component: () => ( <ProtectedRoute> <Dashboard /> </ProtectedRoute> ), });
Installation:
npm install @asgardeo/tanstack-router
This is the initial release of the TanStack Router integration package.
Patch Changes
- Updated dependencies
[218f930]:- @asgardeo/[email protected]