UNPKG

@leismore/authappself_handler

Version:

An Express.js HTTP handler of authentication and authorization services for self-owned LMOS (NodeJS) applications.

8 lines (7 loc) 208 B
import { AuthorInputs } from './type/AuthorInputs'; /** * Authorization * @param api - auth_app_self API URL */ declare function author(input: AuthorInputs, api: string): Promise<any>; export { author };