UNPKG

@tsed/formio

Version:
13 lines (10 loc) 318 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(): Function { return UseAuth(FormioAuthMiddleware); }