UNPKG

@tsed/formio

Version:
11 lines (10 loc) 312 B
import { UseAuth } from "@tsed/platform-middlewares"; import { FormioAuthMiddleware } from "../middlewares/FormioAuthMiddleware.js"; /** * Check if a user is connected by using the Formio Auth middleware * @decorator * @formio */ export function UseFormioAuth() { return UseAuth(FormioAuthMiddleware); }