From 67b55424313011c278b8e67e0bddd1e1a1d93698 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Chopin?= Date: Mon, 29 Jul 2024 16:55:17 +0200 Subject: [PATCH] docs: add note about dependencies --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4b7c8ee0..da04ee7a 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,8 @@ Add Authentication to Nuxt applications with secured & sealed cookies sessions. - [`` component](#authstate-component) - [Extendable with hooks](#extend-session) +It has few dependencies (only from [UnJS](https://github.com/unjs)), run on multiple JS environments (Node, Deno, Workers) and is fully typed with TypeScript. + ## Requirements This module only works with a Nuxt server running as it uses server API routes (`nuxt build`).