const oidcConfig: AuthProviderProps = { authority: import.meta.env.VITE_OIDC_AUTHORITY, client_id: import.meta.env.VITE_OIDC_CLIENT_ID, redirect_uri: window.location.origin, post_logout_redirect_uri: window.location.origin, }; ReactDOM.createRoot(document.getElementById("root")!).render( <...
#1357: memoize context value in auth-provider #1225: improve README.md Configuration 📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 Automerge: Disabled by config. Please merge this manually once you are satisfi...
Lightweight auth library based on oidc-client-ts for React single page applications (SPA). Support for hooks and higher-order components (HOC). - memoize context value in auth-provider · Issue #1357 · authts/react-oidc-context