UNPKG

@analog-tools/auth

Version:

Authentication module for AnalogJS applications

7 lines (6 loc) 178 B
import { H3Event } from 'h3'; export declare function useAnalogAuthMiddleware(event: H3Event): Promise<{ name: string; code: string; message: string; } | undefined>;