Variable: authPluginOptionsSchema
const authPluginOptionsSchema: any;
Zod schema enforcing the structure of @robojs/auth
plugin configuration.
Example
const config = authPluginOptionsSchema.parse({ basePath: '/api/auth' })
const authPluginOptionsSchema: any;
Zod schema enforcing the structure of @robojs/auth
plugin configuration.
const config = authPluginOptionsSchema.parse({ basePath: '/api/auth' })