Skip to content

Commit 5594597

Browse files
authored
fix: correct link to locals (#13870)
Fix link to server hooks locals
1 parent 0136b4d commit 5594597

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/docs/40-best-practices/03-auth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ In contrast, JWT generally are not checked against a datastore, which means they
1414

1515
## Integration points
1616

17-
Auth [cookies](@sveltejs-kit#Cookies) can be checked inside [server hooks](hooks#Server-hooks). If a user is found matching the provided credentials, the user information can be stored in [`locals`](hooks#Server-hooks-handle).
17+
Auth [cookies](@sveltejs-kit#Cookies) can be checked inside [server hooks](hooks#Server-hooks). If a user is found matching the provided credentials, the user information can be stored in [`locals`](hooks#Server-hooks-locals).
1818

1919
## Guides
2020

0 commit comments

Comments
 (0)