UNPKG

@lucasroll62/nuxt3-auth

Version:

An alternative module to @nuxtjs/auth

14 lines (13 loc) 367 B
export * from './auth0'; export * from './discord'; export * from './facebook'; export * from './github'; export * from './google'; export * from './laravel-jwt'; export * from './laravel-passport'; export * from './laravel-sanctum'; export declare const ProviderAliases: { 'laravel/jwt': string; 'laravel/passport': string; 'laravel/sanctum': string; };