React Router
npx degit https://github.com/keycloakify/oidc-spa/examples/react-router oidc-spa-react-router
cd oidc-spa-react-router
cp .env.local.sample .env.local
yarn
yarn devEnabling SPA mode
(Optional) Improve dev mode by pre-optimizing dependencies
oidc.client.ts
Setting up the entrypoint
Protecting pages and using the Page Loaders
Running the example
Last updated
Was this helpful?