mirror of
https://github.com/LukeHagar/website.git
synced 2025-12-10 12:57:49 +00:00
Update src/routes/docs/tutorials/nuxt/step-4/+page.markdoc
Co-authored-by: Thomas G. Lopes <26071571+TGlide@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
10bbef26d2
commit
ab7a095c7f
@@ -14,7 +14,7 @@ We will build a page with a simple login form and store its related logic in a `
|
||||
|
||||
# User session composable {% #user-session-composable %}
|
||||
|
||||
There are a few standard functions involved in handling a user session that is added to the composable.
|
||||
There are a few standard functions involved in handling a user session that are added to the composable.
|
||||
The user needs to be able to register to an account, login to the account and logout from it.
|
||||
|
||||
We are using Appwrite as a backend to handle the user details, so we need to connect to Appwrite by importing the configurations from step 3.
|
||||
|
||||
Reference in New Issue
Block a user