UNPKG

@lucasroll62/nuxt3-auth

Version:

An alternative module to @nuxtjs/auth

39 lines (36 loc) 818 B
import * as _nuxt_schema from '@nuxt/schema'; declare const _default: _nuxt_schema.NuxtModule<{ globalMiddleware: boolean; enableMiddleware: boolean; resetOnError: boolean; ignoreExceptions: boolean; scopeKey: string; rewriteRedirects: boolean; fullPathRedirect: boolean; redirectStrategy: string; watchLoggedIn: boolean; redirect: { login: string; logout: string; home: string; callback: string; }; pinia: { namespace: string; }; cookie: { prefix: string; options: { path: string; }; }; localStorage: { prefix: string; }; sessionStorage: { prefix: string; }; defaultStrategy: undefined; strategies: {}; }>; export { _default as default };