Skip to main content

Variable: authPluginOptionsSchema

const authPluginOptionsSchema: any;

Zod schema enforcing the structure of @robojs/auth plugin configuration.

Example

const config = authPluginOptionsSchema.parse({ basePath: '/api/auth' })