UNPKG

webssh2-server

Version:

A Websocket to SSH2 gateway using xterm.js, socket.io, ssh2

9 lines (8 loc) 310 B
import type { RequestHandler } from 'express'; import type { Config } from '../types/config.js'; /** * Create SSO authentication middleware * @param config - Application configuration * @returns Express middleware handler */ export declare function createSSOAuthMiddleware(config: Config): RequestHandler;