From 90ffdcc33b89f82a8c87ca31070e32b36ed7bcc1 Mon Sep 17 00:00:00 2001 From: Vincent Voyer Date: Wed, 15 Apr 2020 08:01:40 +0200 Subject: [PATCH] docs(auth): add with-iron-session to the alternatives list (#11903) Following https://github.com/zeit/next.js/pull/11865#issuecomment-613663718 --- examples/with-cookie-auth/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/with-cookie-auth/README.md b/examples/with-cookie-auth/README.md index 4834825416..ccdd6006a5 100644 --- a/examples/with-cookie-auth/README.md +++ b/examples/with-cookie-auth/README.md @@ -3,3 +3,4 @@ This example has been deprecated and removed in favor of one of the following ex - [auth0](https://github.com/zeit/next.js/tree/canary/examples/auth0) - [with-cookie-auth-fauna](https://github.com/zeit/next.js/tree/canary/examples/with-cookie-auth-fauna) - [with-passport](https://github.com/zeit/next.js/tree/canary/examples/with-passport) +- [with-iron-session](https://github.com/zeit/next.js/tree/canary/examples/with-iron-session) -- GitLab