UNPKG

@tsed/formio

Version:
11 lines 353 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); } //# sourceMappingURL=useFormioAuth.js.map