From 44139d8c863c2a51c0fa2c75f36cc8aa267d7bcd Mon Sep 17 00:00:00 2001 From: Sam Becker Date: Tue, 31 Oct 2023 11:58:07 -0500 Subject: [PATCH] Tweak next-auth README instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d4208b27..a0f985d3 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ Installation 1. Clone code 2. Run `pnpm i` to install dependencies -3. Set environment variable `AUTH_URL` to `http://localhost:3000/api/url` (_this is a temporary limitation of `next-auth` v5.0_) +3. Set environment variable `AUTH_URL` locally (not in production) to `http://localhost:3000/api/url` (_this is a temporary limitation of `next-auth` v5.0_) 4. Run `vc dev` to start dev server, and utilize Vercel-stored environment variables ### 5. Add Analytics (optional)