From b2770d5a1f766ae61a1527f6a3fb68706998b725 Mon Sep 17 00:00:00 2001 From: pkabore Date: Thu, 17 Dec 2020 18:21:31 +0100 Subject: [PATCH] docs: We have twice the word "side" (#964) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore: use stale label, instead of wontfix * chore: add link to issue explaining stalebot * chore: fix typo in stalebot comment * chore: run build GitHub Action on canary also * chore: run build GitHub Actions on canary as well * chore: add reproduction section to questions * feat(provider): Add Azure Active Directory B2C (#809) * add provider: Microsoft * documentation * support no tenant setup * fix code style * chore: rename Microsoft provider to AzureADB2C * chore: alphabetical order in providers/index * Revert "feat(provider): Add Azure Active Directory B2C (#809)" (#919) This reverts commit 6e6a24a7af9b14847fdfcd91345a5d833f36a228. * chore: add myself to the contributors list 🙈 * We have twice the word "side" Co-authored-by: Balázs Orbán Co-authored-by: Vladimir Evdokimov --- www/docs/tutorials/securing-pages-and-api-routes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/docs/tutorials/securing-pages-and-api-routes.md b/www/docs/tutorials/securing-pages-and-api-routes.md index 021fa71f06..f563d040a1 100644 --- a/www/docs/tutorials/securing-pages-and-api-routes.md +++ b/www/docs/tutorials/securing-pages-and-api-routes.md @@ -3,7 +3,7 @@ id: securing-pages-and-api-routes title: Securing pages and API routes --- -You can easily protect client and server side side rendered pages and API routes with NextAuth.js. +You can easily protect client and server side rendered pages and API routes with NextAuth.js. _You can find working examples of the approaches shown below in the [example project](https://github.com/iaincollins/next-auth-example/)._