Skip to content

Commit 66daa99

Browse files
Merge pull request #1130 from mikelgo/docs/fix-wrong-link-to-silent-refresh
docs: fix broken link in silent-refresh documentation pointing to token-refresh
2 parents 99a0ced + aef2af4 commit 66daa99

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

docs-src/silent-refresh.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Refreshing when using Implicit Flow (Implicit Flow and Code Flow)
22

3-
**Notes for Code Flow**: You can also use this strategy for refreshing tokens when using code flow. However, please note, the strategy described within [Token Refresh](./token-refresh.md) is far easier in this case.
3+
**Notes for Code Flow**: You can also use this strategy for refreshing tokens when using code flow. However, please note, the strategy described within [Token Refresh](./token-refresh.html) is far easier in this case.
44

55
To refresh your tokens when using implicit flow you can use a silent refresh. This is a well-known solution that compensates the fact that implicit flow does not allow for issuing a refresh token. It uses a hidden iframe to get another token from the auth server. When the user is there still logged in (by using a cookie) it will respond without user interaction and provide new tokens.
66

docs-src/summary.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,10 @@
1515
"title": "Silent Refresh",
1616
"file": "silent-refresh.md"
1717
},
18-
18+
{
19+
"title": "Token Refresh",
20+
"file": "token-refresh.md"
21+
},
1922
{
2023
"title": "Working with HttpInterceptors",
2124
"file": "interceptors.md"

0 commit comments

Comments
 (0)