Skip to content

Commit

Permalink
Merge pull request #85 from auth0/davidpatrick-patch-1
Browse files Browse the repository at this point in the history
Fix broken link in Examples.md
  • Loading branch information
lbalmaceda authored Apr 13, 2020
2 parents e37fd9e + 221411a commit e2feff2
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 e2feff2

Please sign in to comment.