Skip to content

Commit 045a8c4

Browse files
committed
Removed the pointing to the same example
1 parent 30704c6 commit 045a8c4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

V4_MIGRATION_GUIDE.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ export async function middleware(request) {
127127
> [!NOTE]
128128
> We recommend keeping the security checks as close as possible to the data source you're accessing. This is also in-line with [the recommendations from the Next.js team](https://nextjs.org/docs/app/building-your-application/authentication#optimistic-checks-with-middleware-optional).
129129
130-
For more examples on accessing user sessions in middleware, see [Accessing the authenticated user in Middleware in the Examples guide](https://github.com/auth0/nextjs-auth0/blob/main/EXAMPLES.md#middleware).
131130

132131
### Combining with other middleware
133132

0 commit comments

Comments
 (0)