Acutally implement a login in the demo app

This commit is contained in:
garronej
2023-03-04 17:58:09 +01:00
parent ae6bcd89d5
commit 21bbbfe716
7 changed files with 545 additions and 2 deletions

7
public/silent-sso.html Normal file
View File

@ -0,0 +1,7 @@
<html>
<body>
<script>
parent.postMessage(location.href, location.origin);
</script>
</body>
</html>