From 50d1f20559f59c81e8153101b8c3361e79e69e66 Mon Sep 17 00:00:00 2001 From: pilcrowOnPaper Date: Tue, 24 Sep 2024 15:32:57 +0900 Subject: [PATCH] update --- pages/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/index.md b/pages/index.md index bd6bb53..637bd1a 100644 --- a/pages/index.md +++ b/pages/index.md @@ -8,7 +8,7 @@ Lucia is an open source resource on implementing authentication with JavaScript The main section is on implementing sessions with your database, library, and framework of choice. Using the API you just created, you can continue learning by going through the tutorials or by referencing the many fully-fledged examples. -We also recommend checking out [the Copenhagen Book](https://thecopenhagenbook.com) for learning more about auth. This is a free, online resource covering the various auth concepts in web applications. +We also recommend checking out [the Copenhagen Book](https://thecopenhagenbook.com). This is a free, online resource covering the various auth concepts in web applications. If you have any questions on anything related to auth, please ask them in our [Discord server](https://discord.com/invite/PwrK3kpVR3) or on [GitHub discussions](https://github.com/lucia-auth/lucia/discussions).