From 8bcdebce19a0477514d7354f439f0a0431268b97 Mon Sep 17 00:00:00 2001 From: Mohit Agarwal Date: Sun, 5 Jul 2026 10:48:54 +0530 Subject: [PATCH] docs: add missing JWT errors troubleshooting content --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 91d56a3..a4b5db4 100644 --- a/README.md +++ b/README.md @@ -356,6 +356,7 @@ Verify that: - Database tables were created successfully ### JWT errors +Ensure your `JWT_SECRET` is properly set in your `.env` file and is at least 32 characters long. If you recently changed your secret, all existing user sessions will be invalidated and users will need to log in again. ---