Skip to content

Commit

Permalink
docs: Added disableServerSideAuth to Nuxt Config docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleSmith0905 committed Dec 18, 2023
1 parent a85d3bf commit d255810
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/content/2.configuration/2.nuxt-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ interface ModuleOptions {
* Whether the module is enabled at all
*/
isEnabled?: boolean
/**
* Forces your server to send a "loading" status on all requests, prompting the client to fetch on the client. If your website has caching, this prevents the server from caching someone's authentication status.
* @default false
*/
disableServerSideAuth?: boolean
/**
* Full url at which the app will run combined with the path to authentication. You can set this differently depending on your selected authentication-provider:
* - `authjs`: You must set the full URL, with origin and path in production. You can leave this empty in development
Expand Down

0 comments on commit d255810

Please sign in to comment.