UNPKG

@yelon/auth

Version:

Simple user authentication, support Json Web Token & Simple Token.

4 lines (3 loc) 222 B
import type { YunzaiAuthConfig, YunzaiConfigService } from '@yelon/util/config'; export declare const AUTH_DEFAULT_CONFIG: YunzaiAuthConfig; export declare function mergeConfig(srv: YunzaiConfigService): YunzaiAuthConfig;