From ee6bc129148bc9017345eb103f800d1f48d621cd Mon Sep 17 00:00:00 2001 From: Maxime Pauvert Date: Thu, 14 Nov 2024 11:50:56 +0100 Subject: [PATCH] docs: rename @nuxt/auth to @nuxt/auth-utils in roadmap (#29906) --- docs/5.community/6.roadmap.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/5.community/6.roadmap.md b/docs/5.community/6.roadmap.md index df987f8bfb..c659fd0e55 100644 --- a/docs/5.community/6.roadmap.md +++ b/docs/5.community/6.roadmap.md @@ -41,8 +41,8 @@ In addition to the Nuxt framework, there are modules that are vital for the ecos Module | Status | Nuxt Support | Repository | Description ------------------------------------|---------------------|--------------|------------|------------------- [Scripts](https://scripts.nuxt.com) | Public Beta | 3.x | [nuxt/scripts](https://github.com/nuxt/scripts) | Easy 3rd party script management. +Auth Utils | Planned | 3.x | `nuxt/auth-utils` to be announced | The temporary repository [atinux/nuxt-auth-utils](https://github.com/atinux/nuxt-auth-utils) is available while awaiting its official integration into Nuxt via RFC. A11y | Planned | 3.x | `nuxt/a11y` to be announced | Accessibility hinting and utilities [nuxt/nuxt#23255](https://github.com/nuxt/nuxt/issues/23255) -Auth | Planned | 3.x | `nuxt/auth` to be announced | Support is planned after session support. Hints | Planned | 3.x | `nuxt/hints` to be announced | Guidance and suggestions for enhancing development practices. ## Release Cycle