我想在我的angular7代码中使用刷新令牌功能,尝试了很多,但无法在现有解决方案的帮助下解决。
<html>
<body>
<script>
parent.postMessage(location.hash, location.origin);
</script>
</body>
</html>
错误:未捕获(承诺):错误:无法匹配任何路由。网址段:“ silent-refresh.html” 错误:无法匹配任何路线。网址段:“ silent-refresh.html” 在
静默刷新路径放置在项目中(angular.json)
"assets": [
"src/favicon.ico",
"src/assets",
"src/silent-refresh.html"
],
自动调用刷新令牌的代码
this.oauthService.setupAutomaticSilentRefresh()