Skip to content

Commit

Permalink
doc: add link to useBeditaAuth composable
Browse files Browse the repository at this point in the history
  • Loading branch information
batopa committed Mar 11, 2024
1 parent c1e0ba8 commit d126dbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/2.features/2.middleware.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## `beditaAuth`

The `beditaAuth` middleware deals with session user. It read user from session and put it in shared state usable via `useBeditaAuth()` composable.
The `beditaAuth` middleware deals with session user. It read user from session and put it in shared state usable via [`useBeditaAuth()`](/features/composables#user) composable.

It is also configurable to protect routes.

Expand Down

0 comments on commit d126dbd

Please sign in to comment.