docs: update guide

This commit is contained in:
Bereket Engida
2024-11-22 11:02:46 +03:00
parent 95e6d4bd8e
commit 1fed501ea5

View File

@@ -149,7 +149,7 @@ export const Profile = () => {
<Step>
### Step 4: Server-Side Session Handling
### Server-Side Session Handling
Use the `auth` instance to get session data on the server:
@@ -168,7 +168,7 @@ export const protectedAction = async () => {
</Step>
<Step>
### Step 5: Middleware
### Middleware
To protect routes with middleware, refer to the [Next.js middleware guide](/docs/integrations/next#middleware).
</Step>