Let's install oidc-spa in your project:
npm install --save oidc-spa
yarn add oidc-spa
pnpm add oidc-spa
bun add oidc-spa
Create the following file in your public directory:
<html> <body> <script> parent.postMessage(location.href, location.origin); </script> </body> </html>
Last updated 10 months ago