UNPKG

@mittls/uniauth

Version:

A flexible authentication wrapper supporting multiple strategies.

8 lines (5 loc) 169 B
import JWTAuth from "./methods/jwt" function greet(name?: string): string { return `Hello, ${name ? name : "User"}! Welcome to UniAuth!` } export { greet, JWTAuth }