UNPKG

@analog-tools/auth

Version:

Authentication module for AnalogJS applications

4 lines (3 loc) 296 B
export * from './server/functions/useAnalogAuth'; export * from './server/functions/checkAuthentication'; export { type AnalogAuthConfig, type CookieSessionConfig, type MemorySessionConfig, type RedisSessionConfig, type SessionStorageConfig, type UserHandler, } from './server/types/auth.types';