/** * Re-export from @bytelyst/auth — shared across all services. * JWT auth middleware — validates tokens issued by platform-service. * Shares the same JWT_SECRET so it can verify without network calls. */ export { extractAuth, requireRole, type AuthPayload } from '@bytelyst/auth';