Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/content/en/schemes/cookie.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ category: Schemes

[Source Code](https://github.com/nuxt-community/auth-module/blob/dev/src/schemes/cookie.ts)

`cookie` is an extended version of [local scheme](../local), which instead of using a token, depends on cookie set by auth provider.
`cookie` is an extended version of [local scheme](../schemes/local), which instead of using a token, depends on cookie set by auth provider.

## Options

**NOTE:** All [local scheme](./local) options are also supported.
**NOTE:** All [local scheme](../schemes/local) options are also supported.

```js
auth: {
Expand Down