Skip to content

Commit

Permalink
Fix broken link on Refresh Tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
davidpatrick authored Apr 10, 2020
1 parent e37fd9e commit 221411a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EXAMPLES.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ app.get('/route-that-calls-an-api', async (req, res, next) => {

## 6. Obtaining and using refresh tokens

[Refresh tokens](https://auth0.com/docs/tokens/refresh-token/current) can be requested along with access tokens using the `offline_access` scope during login. Please see the section on access tokens above for information on token storage.
[Refresh tokens](https://auth0.com/docs/tokens/concepts/refresh-tokens) can be requested along with access tokens using the `offline_access` scope during login. Please see the section on access tokens above for information on token storage.

```js
app.use(auth({
Expand Down

0 comments on commit 221411a

Please sign in to comment.