UNPKG

editia-core

Version:

Core services and utilities for Editia applications - Authentication, Monetization, Video Generation Types, and Database Management

7 lines 255 B
/** * Authentication Middleware - Main Export * * This file exports all authentication-related middleware. */ export { authenticateUser, requireProAccess, optionalAuth, createAuthMiddleware, } from './authenticate'; //# sourceMappingURL=index.d.ts.map