🔩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-spa
Create the following file in your public directory:
<html>
<body>
<script>
parent.postMessage(location.href, location.origin);
</script>
</body>
</html>
Last updated
Was this helpful?