UNPKG

nuxt-supabase-team-auth

Version:

Drop-in Nuxt 3 module for team-based authentication with Supabase

7 lines 200 B
/** * Middleware to require user authentication * Redirects to login if user is not authenticated */ declare const _default: any; export default _default; //# sourceMappingURL=require-auth.d.ts.map