Skip to content

Commit

Permalink
Merge pull request #768 from Gregordy/patch-1
Browse files Browse the repository at this point in the history
Update a 404 link
  • Loading branch information
manfredsteyer authored Mar 25, 2020
2 parents 1cae011 + 78e4846 commit 3c70008
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs-src/silent-refresh.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Refreshing when using Implicit Flow (Implicit Flow and Code Flow)

**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](./refreshing-a-token.html) is far easier in this case.
**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.

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.

Expand Down

0 comments on commit 3c70008

Please sign in to comment.