Update docs/2.guide/4.recipes/4.sessions-and-authentication.md

This commit is contained in:
Sébastien Chopin 2024-07-19 16:08:02 +02:00 committed by GitHub
parent 4c26a95794
commit 95dabb13ad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
---
title: 'Sessions and Authentication'
description: "User registration and authentication is an extremely common requirement in web apps. This recipe will show you how to implement basic user registration and authentication in you Nuxt app."
description: "Authentication is an extremely common requirement in web apps. This recipe will show you how to implement basic user registration and authentication in your Nuxt app."
---