OIDC SPA
GitHubHome
v6
  • Documentation
  • Release Notes & Upgrade Instructions
v6
  • Installation
  • Basic Usage
  • Web API
  • Auto Login
  • Auto Logout
  • Error Management
  • Mock
  • User Account Management
  • User Session Initialization
  • Tokens Renewal
  • Setup Guides
    • React Router
    • TanStack Router
    • Full-Stack with Node REST API
  • Providers Configuration
    • Keycloak
    • Auth0
    • Microsoft Entra ID
    • Google OAuth 2.0
    • Other OIDC Provider
  • Resources
    • Why No Client Secret?
    • End of third-party cookies
    • JWT Of the Access Token
    • Discord Server
  • User Impersonation
  • Sponsors
Powered by GitBook
On this page

Was this helpful?

Export as PDF
  1. Setup Guides

TanStack Router

Vite + TypeScript + React + Tanstack Router

PreviousReact RouterNextFull-Stack with Node REST API

Last updated 2 months ago

Was this helpful?

TanStack Start support is comming soon. .

The example setup is live here:

Run it locally with:

npx degit https://github.com/keycloakify/oidc-spa/examples/tanstack-router-file-based oidc-spa-tanstack-router
cd oidc-spa-tanstack-router
cp .env.local.sample .env.local
yarn
yarn dev
Follow progress
https://example-tanstack-router.oidc-spa.dev/
oidc-spa/examples/tanstack-router-file-based at main · keycloakify/oidc-spaGitHub
Logo