🔩Installation
If you're having issues don't hesitate to reach out on Discord!
Let's install oidc-spa in your project:
npm install --save oidc-spayarn add oidc-spapnpm add oidc-spabun add oidc-spaCreate the following file in your public directory:
<html>
    <body>
        <script>
            parent.postMessage(location.href, location.origin);
        </script>
    </body>
</html>Last updated
Was this helpful?
