Skip to content

Commit 2f8745b

Browse files
committed
fix(docs): add information to prevent auto redirect to login page
1 parent 73b5f4e commit 2f8745b

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,17 @@ Or you can set auth profile using it
186186
</script>
187187
```
188188

189+
To prevent auto redirect to OAuth login page when access app
190+
191+
```
192+
// nuxt.config.ts
193+
194+
nuauth: {
195+
middleware: false
196+
// ...
197+
}
198+
```
199+
189200
## Contribution
190201

191202
- Clone this repository

0 commit comments

Comments
 (0)