- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="utf-8" />
- <title>刷新token</title>
- </head>
- <body>
- <h1>刷新token中...</h1>
- </body>
- </html>
- <script src="./lib/oidc-client.js"></script>
- <script>
- new Oidc.UserManager().signinSilentCallback().catch((err) => {
- console.log("refresh", err);
- });
- </script>
|