We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73b5f4e commit 2f8745bCopy full SHA for 2f8745b
README.md
@@ -186,6 +186,17 @@ Or you can set auth profile using it
186
</script>
187
```
188
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
200
## Contribution
201
202
- Clone this repository
0 commit comments